Clear caches on shutdown to help track leaks.

2008-01-22  Alexander Larsson  <alexl@redhat.com>

        * src/nautilus-main.c:
        (main):
	Clear caches on shutdown to help track leaks.



svn path=/trunk/; revision=13637
This commit is contained in:
Alexander Larsson 2008-01-22 14:16:41 +00:00 committed by Alexander Larsson
parent 5c79eae313
commit 12f3e11424
2 changed files with 8 additions and 0 deletions

View file

@ -1,3 +1,9 @@
2008-01-22 Alexander Larsson <alexl@redhat.com>
* src/nautilus-main.c:
(main):
Clear caches on shutdown to help track leaks.
2008-01-22 Alexander Larsson <alexl@redhat.com>
* libnautilus-private/nautilus-file.c:

View file

@ -568,6 +568,8 @@ main (int argc, char *argv[])
gtk_main ();
}
nautilus_icon_info_clear_caches ();
eel_debug_shut_down ();
if (application != NULL) {