Update of /cvsroot/gtkpod/gtkpod/src
In directory sc8-pr-cvs11.sourceforge.net:/tmp/cvs-serv20717/src

Modified Files:
        file.c 
Log Message:
         * src/file.c: fixed double g_free() (thanks to Florent
           Bouchez).



Index: file.c
===================================================================
RCS file: /cvsroot/gtkpod/gtkpod/src/file.c,v
retrieving revision 1.164
retrieving revision 1.165
diff -u -d -r1.164 -r1.165
--- file.c      20 May 2006 16:16:07 -0000      1.164
+++ file.c      6 Jun 2006 12:53:54 -0000       1.165
@@ -1,4 +1,4 @@
-/* Time-stamp: <2006-05-21 01:13:20 jcs>
+/* Time-stamp: <2006-06-06 21:50:44 jcs>
 |
 |  Copyright (C) 2002-2005 Jorg Schuler <jcsjcs at users sourceforge net>
 |  Part of the gtkpod project.
@@ -1581,7 +1581,6 @@
                if (strcmp (oldhash, etr->md5_hash) != 0)
                {
                    data_changed (itdb);
-                   g_free (name_on_ipod);
                }
            }
            else



_______________________________________________
gtkpod-cvs2 mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gtkpod-cvs2

Reply via email to