summaryrefslogtreecommitdiff
path: root/src/gui/editor.c
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2016-11-11 21:33:53 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2016-11-11 21:33:53 (GMT)
commit43dc21cc3239bd5c82f9ab4483ecd5b4cdfb3f0f (patch)
treebbcc969b4e6b658d57a4d753b550cd5a7f13eb9d /src/gui/editor.c
parentdb934f20598340772f8c0256c8a8119790a1821e (diff)
Improved the way display panel binaries are tracked.
Diffstat (limited to 'src/gui/editor.c')
-rw-r--r--src/gui/editor.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/editor.c b/src/gui/editor.c
index 736c6f6..b1d5ab1 100644
--- a/src/gui/editor.c
+++ b/src/gui/editor.c
@@ -1217,6 +1217,8 @@ static void on_dock_item_switch(GtkDockStation *station, GtkWidget *widget, GObj
//notify_panels_of_view_change(GTK_DISPLAY_PANEL(widget), false);
+ g_objet_unref(G_OBJECT(binary));
+
}
}