uxplay.cpp: exit(0) after cleanup()

This commit is contained in:
F. Duncanh
2025-11-07 23:42:33 -05:00
parent 0e4f921d32
commit 009eeb2d46

View File

@@ -3113,5 +3113,6 @@ static void cleanup() {
}
dbus_connection_unref(dbus_connection);
}
#endif
#endif
exit(0);
}