[Scummvm-tracker] [ScummVM :: Bugs] #6956: GUI: LAUNCHER: ScummVM returned with unfreed signals (AmigaOS4)
ScummVM :: Bugs
trac at scummvm.org
Sun Jun 18 05:10:07 UTC 2023
#6956: GUI: LAUNCHER: ScummVM returned with unfreed signals (AmigaOS4)
--------------------+-----------------------------
Reporter: raziel- | Owner: (none)
Type: defect | Status: new
Priority: normal | Component: Port: AmigaOS4
Version: | Resolution:
Keywords: | Game:
--------------------+-----------------------------
Comment (by PushmePullyu):
No need to adapt it. Diff from !b625def03384bd84d15b3eda3f58410c2e89f84b:
{{{
--- a/base/commandLine.cpp
+++ b/base/commandLine.cpp
@@ -270,6 +270,7 @@ static void usage(const char *s, ...) {
printf(USAGE_STRING, s_appName, buf, s_appName, s_appName);
#endif
+ g_system->destroy();
exit(1);
}
}}}
--
Ticket URL: <https://bugs.scummvm.org/ticket/6956#comment:19>
ScummVM :: Bugs <https://bugs.scummvm.org>
ScummVM
More information about the Scummvm-tracker
mailing list