Plug a memory leak

This commit is contained in:
Matthias Clasen 2015-09-15 10:32:02 -04:00
parent e14990ba57
commit 3db98fe23c

View File

@ -358,6 +358,7 @@ do_listbox (GtkWidget *do_widget)
}
g_strfreev (lines);
g_bytes_unref (data);
}
if (!gtk_widget_get_visible (window))