summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorDavid Reveman <davidr@novell.com>2007-09-05 09:54:49 -0400
committerDavid Reveman <davidr@novell.com>2007-09-05 09:54:49 -0400
commit4530cf0f095df003bb9d18586999efbcd4f72154 (patch)
treef7661c0711b8dc75dccf099db28a66f83af99fca /src/main.c
parent78d0c0e6b48a5820d39bd6372eace63af949bec3 (diff)
Move plugin and display removal to finiCore and call
finiCore from main.
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c
index 357b5847..6bc88fb1 100644
--- a/src/main.c
+++ b/src/main.c
@@ -446,6 +446,8 @@ main (int argc, char **argv)
if (!disableSm)
closeSession ();
+ finiCore ();
+
xmlCleanupParser ();
if (restartSignal)