X-Git-Url: https://git.street.me.uk/andy/viking.git/blobdiff_plain/a147baa7b1f7ef56a817b709ce7f493b0faa2726..e8518759e6c64fac28783cf190b82705dc4bbb87:/src/vikexttools.c diff --git a/src/vikexttools.c b/src/vikexttools.c index 302c3d9e..7ae540f5 100644 --- a/src/vikexttools.c +++ b/src/vikexttools.c @@ -73,6 +73,8 @@ void vik_ext_tools_add_action_items ( VikWindow *vwindow, GtkUIManager *uim, Gtk gtk_action_group_add_action ( action_group, action ); + g_object_unref ( action ); + g_free ( label ); label = NULL; } }