diff options
author | Michael Smith <msmith@xiph.org> | 2006-04-10 15:29:21 +0000 |
---|---|---|
committer | Michael Smith <msmith@xiph.org> | 2006-04-10 15:29:21 +0000 |
commit | 9b98e1fd6f3b579313ed7b8316c123fc7e345eb4 (patch) | |
tree | 2f437ff3435fc929307fe3113012905fb370857a /ChangeLog | |
parent | 8ce75e7e780a7ef871ba8c0e74a6e080641997a2 (diff) |
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2006-04-10 Michael Smith <msmith@fluendo.com> + + * 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. + 2006-04-10 Wim Taymans <wim@fluendo.com> Patch by: Ryan Lortie (desrt) <desrt at destr dot ca> |