mirror of
https://github.com/morgan9e/UxPlay
synced 2026-04-14 00:04:13 +09:00
uxplay.cpp: exit(0) after cleanup()
This commit is contained in:
@@ -3113,5 +3113,6 @@ static void cleanup() {
|
||||
}
|
||||
dbus_connection_unref(dbus_connection);
|
||||
}
|
||||
#endif
|
||||
#endif
|
||||
exit(0);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user