* shutting down wildfire seems to work now.
authorWilfried Göesgens <willi@citadel.org>
Tue, 24 Nov 2009 23:26:33 +0000 (23:26 +0000)
committerWilfried Göesgens <willi@citadel.org>
Tue, 24 Nov 2009 23:26:33 +0000 (23:26 +0000)
libcitadel/lib/libcitadel.c

index b3f04aede65b6b2afdb71243150b604f79596ede..1d83ca5f13956c938593a706879d7ebf7add1477 100644 (file)
@@ -33,6 +33,6 @@ void StartLibCitadel(size_t basesize)
 void ShutDownLibCitadel(void)
 {
        ShutDownLibCitadelMime();
-
+       WildFireShutdown();
        xdg_mime_shutdown();
 }