diff options
author | David Reveman <davidr@novell.com> | 2007-09-05 09:54:49 -0400 |
---|---|---|
committer | David Reveman <davidr@novell.com> | 2007-09-05 09:54:49 -0400 |
commit | 4530cf0f095df003bb9d18586999efbcd4f72154 (patch) | |
tree | f7661c0711b8dc75dccf099db28a66f83af99fca /src/main.c | |
parent | 78d0c0e6b48a5820d39bd6372eace63af949bec3 (diff) |
Move plugin and display removal to finiCore and call
finiCore from main.
Diffstat (limited to 'src/main.c')
-rw-r--r-- | src/main.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -446,6 +446,8 @@ main (int argc, char **argv) if (!disableSm) closeSession (); + finiCore (); + xmlCleanupParser (); if (restartSignal) |