refactor: manually resets singletons (#3395)

This commit is contained in:
memchr
2023-09-22 10:06:09 +00:00
committed by GitHub
parent 1357b66091
commit ea5d9584da
3 changed files with 21 additions and 0 deletions

View File

@@ -106,6 +106,7 @@ int main(int argc, char** argv) {
// If we are here it means we got yote.
Debug::log(LOG, "Hyprland reached the end.");
g_pCompositor.reset();
return EXIT_SUCCESS;
}