desktop: move desktop types to memory-safe pointers
This commit is contained in:
parent
3cd6e3960f
commit
0a28e13787
9 changed files with 66 additions and 54 deletions
|
|
@ -181,6 +181,8 @@ int main(int argc, char** argv) {
|
|||
|
||||
g_pCompositor->cleanup();
|
||||
|
||||
g_pCompositor.reset();
|
||||
|
||||
Debug::log(LOG, "Hyprland has reached the end.");
|
||||
|
||||
return EXIT_SUCCESS;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue