@codebrainz commented on this pull request.


In multiterm/src/plugin.vala:

> @@ -53,6 +53,8 @@ public void plugin_init(Geany.Data data)
 	Alignment align;
 	MultiTerm.Notebook notebook;
 
+	toplevel_widgets = new List<Widget>();

This probably needs to be assigned null in the cleanup function to avoid a leak in the GC and so there's no dangling junk left in it.


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.