Revision: 2099
          http://gtkpod.svn.sourceforge.net/gtkpod/?rev=2099&view=rev
Author:   jcsjcs
Date:     2008-08-17 02:12:56 +0000 (Sun, 17 Aug 2008)

Log Message:
-----------
        * src/repository.c (sync_playlist_mode_automatic_toggled): fixed
          memory leak. Thanks to Andrea.

          (repwin_free): fixed memory leak. Thanks to Andrea.

Modified Paths:
--------------
    gtkpod/trunk/src/repository.c

Modified: gtkpod/trunk/src/repository.c
===================================================================
--- gtkpod/trunk/src/repository.c       2008-08-17 02:12:30 UTC (rev 2098)
+++ gtkpod/trunk/src/repository.c       2008-08-17 02:12:56 UTC (rev 2099)
@@ -1,4 +1,4 @@
-/* Time-stamp: <2008-06-28 18:14:14 jcs>
+/* Time-stamp: <2008-08-17 10:53:11 jcs>
 |
 |  Copyright (C) 2002-2005 Jorg Schuler <jcsjcs at users sourceforge net>
 |  Part of the gtkpod project.
@@ -443,6 +443,8 @@
                            SYNC_PLAYLIST_MODE_AUTOMATIC);
        update_buttons (repwin);
     }
+
+    g_free (key);
 }
 
 
@@ -1790,6 +1792,8 @@
        gtk_widget_destroy (repwin->window);
     }
 
+    temp_prefs_destroy (repwin->temp_prefs);
+    temp_prefs_destroy (repwin->extra_prefs);
     g_free (repwin);
 }
 


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 the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
gtkpod-cvs2 mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gtkpod-cvs2

Reply via email to