diff options
| author | teuf <teuf@f01d2545-417e-4e96-918e-98f8d0dbbcb6> | 2007-10-21 10:41:40 +0000 |
|---|---|---|
| committer | teuf <teuf@f01d2545-417e-4e96-918e-98f8d0dbbcb6> | 2007-10-21 10:41:40 +0000 |
| commit | aaebfe9cc7c836fc98b64d0b4ee801ce2cfc8172 (patch) | |
| tree | 35c66d8cadc6ee28e8cb97444d35096cbc696d2e /src/ithumb-writer.c | |
| parent | b745f983622994208e4709701e496edddbd06445 (diff) | |
| download | libgpod-aaebfe9cc7c836fc98b64d0b4ee801ce2cfc8172.tar.gz libgpod-aaebfe9cc7c836fc98b64d0b4ee801ce2cfc8172.tar.xz libgpod-aaebfe9cc7c836fc98b64d0b4ee801ce2cfc8172.zip | |
* src/itdb_photoalbum.c: (itdb_get_photos_dir):
* src/ithumb-writer.c: (ipod_image_get_ithmb_filename):
git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1728 f01d2545-417e-4e96-918e-98f8d0dbbcb6
Diffstat (limited to 'src/ithumb-writer.c')
| -rw-r--r-- | src/ithumb-writer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ithumb-writer.c b/src/ithumb-writer.c index e4d4a64..c6fa507 100644 --- a/src/ithumb-writer.c +++ b/src/ithumb-writer.c @@ -406,7 +406,7 @@ ipod_image_get_ithmb_filename (const char *mount_point, gint correlation_id, gin /* printf ("%s %s\n", buf, filename);*/ g_free (buf); - + g_free (artwork_dir); return filename; } |
