nautilus r13780 - in trunk: . src



Author: alexl
Date: Wed Feb 20 09:31:36 2008
New Revision: 13780
URL: http://svn.gnome.org/viewvc/nautilus?rev=13780&view=rev

Log:
2008-02-20  Alexander Larsson  <alexl redhat com>

        * src/nautilus-main.c:
	Call eel_debug_shut_down() after freeing
	NautilusApplications (fixes warning about
	bookmark leaks).
	Pointed out by Christian Neumair
	



Modified:
   trunk/ChangeLog
   trunk/src/nautilus-main.c

Modified: trunk/src/nautilus-main.c
==============================================================================
--- trunk/src/nautilus-main.c	(original)
+++ trunk/src/nautilus-main.c	Wed Feb 20 09:31:36 2008
@@ -571,12 +571,12 @@
 
 	nautilus_icon_info_clear_caches ();
 	
- 	eel_debug_shut_down ();
-
 	if (application != NULL) {
 		bonobo_object_unref (application);
 	}
 
+ 	eel_debug_shut_down ();
+	
 	/* If told to restart, exec() myself again. This is used when
 	 * the program is told to restart with CORBA, for example when
 	 * an update takes place.



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