Revision: 1728
http://gtkpod.svn.sourceforge.net/gtkpod/?rev=1728&view=rev
Author: teuf
Date: 2007-10-21 03:41:40 -0700 (Sun, 21 Oct 2007)
Log Message:
-----------
* src/itdb_photoalbum.c: (itdb_get_photos_dir):
* src/ithumb-writer.c: (ipod_image_get_ithmb_filename):
Modified Paths:
--------------
libgpod/trunk/ChangeLog
libgpod/trunk/src/itdb_photoalbum.c
libgpod/trunk/src/ithumb-writer.c
Modified: libgpod/trunk/ChangeLog
===================================================================
--- libgpod/trunk/ChangeLog 2007-10-17 01:49:55 UTC (rev 1727)
+++ libgpod/trunk/ChangeLog 2007-10-21 10:41:40 UTC (rev 1728)
@@ -1,3 +1,8 @@
+2007-10-21 Christophe Fergeau <[EMAIL PROTECTED]>
+
+ * src/itdb_photoalbum.c: (itdb_get_photos_dir):
+ * src/ithumb-writer.c: (ipod_image_get_ithmb_filename):
+
2007-10-16 Todd Zullinger <tmzullinger at users.sourceforge.net>
* autogen.sh: add --enable-gtk-doc to the gnome-autogen.sh
Modified: libgpod/trunk/src/itdb_photoalbum.c
===================================================================
--- libgpod/trunk/src/itdb_photoalbum.c 2007-10-17 01:49:55 UTC (rev 1727)
+++ libgpod/trunk/src/itdb_photoalbum.c 2007-10-21 10:41:40 UTC (rev 1728)
@@ -24,7 +24,7 @@
|
| This product is not supported/written/published by Apple!
|
-| $Id: itdb_photoalbum.c,v 1.17 2007/03/21 08:37:20 jcsjcs Exp $
+| $Id$
*/
#include <config.h>
@@ -136,6 +136,7 @@
for (ptr=paths; *ptr && !result; ++ptr)
{
+ g_free (result);
result = itdb_resolve_path (mountpoint, (const gchar **)*ptr);
}
return result;
Modified: libgpod/trunk/src/ithumb-writer.c
===================================================================
--- libgpod/trunk/src/ithumb-writer.c 2007-10-17 01:49:55 UTC (rev 1727)
+++ libgpod/trunk/src/ithumb-writer.c 2007-10-21 10:41:40 UTC (rev 1728)
@@ -406,7 +406,7 @@
/* printf ("%s %s\n", buf, filename);*/
g_free (buf);
-
+ g_free (artwork_dir);
return filename;
}
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
gtkpod-cvs2 mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gtkpod-cvs2