From 5274d77940928199b2db6641159a5a319a2a510e Mon Sep 17 00:00:00 2001 From: Son Hyunjun Date: Wed, 14 Mar 2012 12:32:31 +0900 Subject: [PATCH] modify exit_emulator --- tizen/src/emulator.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tizen/src/emulator.c b/tizen/src/emulator.c index 83d9d88..f6a9b94 100644 --- a/tizen/src/emulator.c +++ b/tizen/src/emulator.c @@ -65,6 +65,7 @@ void set_emulator_condition(int state) void exit_emulator(void) { shutdown_skin_server(); + shutdown_guest_server(); SDL_Quit(); remove_pidfile(); } @@ -180,8 +181,6 @@ int main(int argc, char* argv[]) INFO("qemu main start!\n"); qemu_main(qemu_argc, qemu_argv, NULL); - shutdown_guest_server(); - exit_emulator(); return 0; -- 2.7.4