mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-26 13:41:07 +00:00
Free memory allocated for target lists.
Tue Jan 5 11:31:55 1999 Owen Taylor <otaylor@redhat.com> * gtk/gtkselection.c (gtk_target_list_unref): Free memory allocated for target lists.
This commit is contained in:
parent
0a411980ef
commit
52601eae08
@ -184,6 +184,7 @@ gtk_target_list_unref (GtkTargetList *list)
|
||||
|
||||
tmp_list = tmp_list->next;
|
||||
}
|
||||
g_free (list);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user