diff options
| author | Jorg Schuler <jcsjcs@users.sourceforge.net> | 2007-03-21 05:19:14 +0000 |
|---|---|---|
| committer | Jorg Schuler <jcsjcs@users.sourceforge.net> | 2007-03-21 05:19:14 +0000 |
| commit | 95c638292a992bcd6318c1936920039c511cc9ea (patch) | |
| tree | 878c91e3ece1371409fb587962495cc282844938 /ChangeLog | |
| parent | 6381eef4052391731162f0d7411e1fbf0a0ea585 (diff) | |
| download | libgpod-95c638292a992bcd6318c1936920039c511cc9ea.tar.gz libgpod-95c638292a992bcd6318c1936920039c511cc9ea.tar.xz libgpod-95c638292a992bcd6318c1936920039c511cc9ea.zip | |
* 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
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2007-03-21 Jorg Schuler <jcsjcs at users.sourceforge.net> + + * 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 <tmzullinger at users.sourceforge.net> * bindings/Makefile.am: only descend into the python subdir if |
