don't shutdown eldbus when exiting on a quit option

This commit is contained in:
Mike Blumenkrantz 2013-07-30 10:52:40 +01:00
parent 15d9eb0924
commit 164ebd4c67
1 changed files with 2 additions and 1 deletions

View File

@ -2942,12 +2942,13 @@ remote:
ty_dbus_init();
elm_run();
ty_dbus_shutdown();
end:
#if (ECORE_VERSION_MAJOR > 1) || (ECORE_VERSION_MINOR >= 8)
free(cmd);
#endif
ty_dbus_shutdown();
ipc_shutdown();
while (wins)