IOS7: Remove exit for normal application termination
With the kFeatureNoQuit being now used, it should not get there anyway.
This commit is contained in:
parent
8958fe0f7b
commit
be6372df9c
1 changed files with 0 additions and 3 deletions
|
@ -415,7 +415,4 @@ void iOS7_main(int argc, char **argv) {
|
|||
//*stderr = NULL;
|
||||
fclose(newfp);
|
||||
}
|
||||
|
||||
// prevents hanging on exit
|
||||
exit(0);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue