gplugin/gplugin

unref the plugin after we pull it out of model
feature/gplugin-gtk-view-cleanups
2019-11-07, Gary Kramlich
c07f7470e05e
Parents b640f9a13a27
Children 749d564e5b71
unref the plugin after we pull it out of model
--- a/gplugin-gtk/gplugin-gtk-view.c Thu Nov 07 22:37:25 2019 -0600
+++ b/gplugin-gtk/gplugin-gtk-view.c Thu Nov 07 22:39:14 2019 -0600
@@ -114,6 +114,8 @@
g_error_free(error);
}
}
+
+ g_object_unref(G_OBJECT(plugin));
}
/******************************************************************************