summaryrefslogtreecommitdiff
path: root/gtk/gtkshortcutssection.c
diff options
context:
space:
mode:
authorTimm Bäder <mail@baedert.org>2016-10-20 21:12:36 +0200
committerTimm Bäder <mail@baedert.org>2016-10-21 06:45:22 +0200
commit81c12493ae632f0bd28066ac787316a73a007150 (patch)
treef1ff76e7259bf8cd0f1914759d5132c2d049bbdd /gtk/gtkshortcutssection.c
parentc07f395a4f0554e9366d0cb213b767c60446bc01 (diff)
downloadgtk+-81c12493ae632f0bd28066ac787316a73a007150.tar.gz
Fix a few memory leaks
Diffstat (limited to 'gtk/gtkshortcutssection.c')
-rw-r--r--gtk/gtkshortcutssection.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/gtkshortcutssection.c b/gtk/gtkshortcutssection.c
index 32afb1e39a..6ffca92356 100644
--- a/gtk/gtkshortcutssection.c
+++ b/gtk/gtkshortcutssection.c
@@ -239,6 +239,7 @@ gtk_shortcuts_section_finalize (GObject *object)
g_clear_pointer (&self->name, g_free);
g_clear_pointer (&self->title, g_free);
+ g_clear_pointer (&self->view_name, g_free);
g_clear_object (&self->pan_gesture);
G_OBJECT_CLASS (gtk_shortcuts_section_parent_class)->finalize (object);