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:
Owen Taylor 1999-01-06 00:43:29 +00:00 committed by Owen Taylor
parent 0a411980ef
commit 52601eae08

View File

@ -184,6 +184,7 @@ gtk_target_list_unref (GtkTargetList *list)
tmp_list = tmp_list->next;
}
g_free (list);
}
}