From bc2f8bbc079b2b143c06739163ba229aedef90c9 Mon Sep 17 00:00:00 2001 From: Thomas Martitz Date: Wed, 26 May 2010 17:16:19 +0000 Subject: Since the sdl to target tree move, the main thread cannot be removed anymore, since it's now the default thread which is implicitely created by starting the sim. This caused a segfault that r26283 tried to fix. Revert r26283 and protect the main thread from being removed. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26315 a1c6a512-1295-4272-9138-f99709370657 --- apps/misc.c | 1 - 1 file changed, 1 deletion(-) (limited to 'apps') diff --git a/apps/misc.c b/apps/misc.c index 3dfc2892ca..95c0dd6e34 100644 --- a/apps/misc.c +++ b/apps/misc.c @@ -256,7 +256,6 @@ static bool clean_shutdown(void (*callback)(void *), void *parameter) (void)parameter; bookmark_autobookmark(false); call_storage_idle_notifys(true); - exit(0); #else long msg_id = -1; int i; -- cgit v1.2.3