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:
@ -184,6 +184,7 @@ gtk_target_list_unref (GtkTargetList *list)
|
||||
|
||||
tmp_list = tmp_list->next;
|
||||
}
|
||||
g_free (list);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user