eog r4884 - in branches/gnome-2-24: . src



Author: friemann
Date: Wed Nov 26 10:48:36 2008
New Revision: 4884
URL: http://svn.gnome.org/viewvc/eog?rev=4884&view=rev

Log:
2008-11-26  Felix Riemann  <friemann svn gnome org>

	* src/eog-jobs.c: (eog_job_model_run): Fix leaking list.


Modified:
   branches/gnome-2-24/ChangeLog
   branches/gnome-2-24/src/eog-jobs.c

Modified: branches/gnome-2-24/src/eog-jobs.c
==============================================================================
--- branches/gnome-2-24/src/eog-jobs.c	(original)
+++ branches/gnome-2-24/src/eog-jobs.c	Wed Nov 26 10:48:36 2008
@@ -389,6 +389,9 @@
 	g_list_foreach (filtered_list, (GFunc) g_object_unref, NULL);
 	g_list_free (filtered_list);
 
+	g_list_foreach (error_list, (GFunc) g_free, NULL);
+	g_list_free (error_list);
+
 	EOG_JOB (job)->finished = TRUE;
 }
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]