Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell/main.c')
-rw-r--r--shell/main.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/shell/main.c b/shell/main.c
index d412a5e..0b50cbd 100644
--- a/shell/main.c
+++ b/shell/main.c
@@ -21,6 +21,7 @@
#include "config.h"
#include "ev-application.h"
+#include "ev-metadata-manager.h"
#include <glib/gi18n.h>
#include <gtk/gtkmain.h>
@@ -164,6 +165,9 @@ main (int argc, char *argv[])
gnome_accelerators_sync ();
poptFreeContext (context);
ev_file_helpers_shutdown ();
+#if ENABLE_METADATA
+ ev_metadata_manager_shutdown ();
+#endif
return 0;
}