From 95c638292a992bcd6318c1936920039c511cc9ea Mon Sep 17 00:00:00 2001 From: Jorg Schuler Date: Wed, 21 Mar 2007 05:19:14 +0000 Subject: * src/itdb_artwork.c (itdb_artwork_remove_thumbnail): memory used by thumbnail to be removed will be freed now. ATTENTION: this changes the previous API description that stated that the thumbnail will not be freed. This behaviour was inconsistent with all other _remove functions in libgpod and caused a memory hole. git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1403 f01d2545-417e-4e96-918e-98f8d0dbbcb6 --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 3c7c1ee..a0d9b39 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2007-03-21 Jorg Schuler + + * src/itdb_artwork.c (itdb_artwork_remove_thumbnail): memory used + by thumbnail to be removed will be freed now. ATTENTION: this + changes the previous API description that stated that the + thumbnail will not be freed. This behaviour was inconsistent + with all other _remove functions in libgpod and caused a memory + hole. + 2007-03-02 Todd Zullinger * bindings/Makefile.am: only descend into the python subdir if -- cgit