ext/annodex/gstcmmlutils.c: Use g_list_delete_link () instead of g_list_remove_link...
authorMichael Smith <msmith@xiph.org>
Mon, 10 Apr 2006 15:29:21 +0000 (15:29 +0000)
committerMichael Smith <msmith@xiph.org>
Mon, 10 Apr 2006 15:29:21 +0000 (15:29 +0000)
commit9b98e1fd6f3b579313ed7b8316c123fc7e345eb4
tree2f437ff3435fc929307fe3113012905fb370857a
parent8ce75e7e780a7ef871ba8c0e74a6e080641997a2
ext/annodex/gstcmmlutils.c: Use g_list_delete_link () instead of g_list_remove_link () so that we free the link as we...

Original commit message from CVS:
* ext/annodex/gstcmmlutils.c: (gst_cmml_track_list_del_clip):
Use g_list_delete_link () instead of g_list_remove_link () so that
we free the link as well as the contained data.
ChangeLog
common
ext/annodex/gstcmmlutils.c