mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 19:00:08 +00:00
Plug a memory leak
This commit is contained in:
parent
e14990ba57
commit
3db98fe23c
@ -358,6 +358,7 @@ do_listbox (GtkWidget *do_widget)
|
||||
}
|
||||
|
||||
g_strfreev (lines);
|
||||
g_bytes_unref (data);
|
||||
}
|
||||
|
||||
if (!gtk_widget_get_visible (window))
|
||||
|
Loading…
Reference in New Issue
Block a user