We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0ae02ab + 76010dd commit b348edcCopy full SHA for b348edc
1 file changed
src/panel/widgets/volume.cpp
@@ -290,10 +290,11 @@ WayfireVolume::~WayfireVolume()
290
{
291
disconnect_gvc_stream_signals();
292
293
- gvc_mixer_control_close(gvc_control);
294
- g_object_unref(gvc_control);
295
if (notify_default_sink_changed)
296
g_signal_handler_disconnect(gvc_control, notify_default_sink_changed);
297
+ gvc_mixer_control_close(gvc_control);
+ g_object_unref(gvc_control);
298
+
299
popover_timeout.disconnect();
300
}
0 commit comments