[Goodies-commits] r3277 - ristretto/trunk/src

Stephan Arts stephan at xfce.org
Sun Sep 30 11:27:29 CEST 2007


Author: stephan
Date: 2007-09-30 09:27:29 +0000 (Sun, 30 Sep 2007)
New Revision: 3277

Modified:
   ristretto/trunk/src/navigator.c
Log:
Fix mem-leak


Modified: ristretto/trunk/src/navigator.c
===================================================================
--- ristretto/trunk/src/navigator.c	2007-09-30 08:47:40 UTC (rev 3276)
+++ ristretto/trunk/src/navigator.c	2007-09-30 09:27:29 UTC (rev 3277)
@@ -593,6 +593,10 @@
     {
         g_object_unref(nav_entry->thumb);
     }
+    if(nav_entry->exif_data)
+    {   
+        exif_data_free(nav_entry->exif_data);
+    }
     thunar_vfs_info_unref(nav_entry->info);
     g_free(nav_entry);
 }




More information about the Goodies-commits mailing list