1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-02-03 06:45:51 +01:00

Add call to WMReleaseApplication on application exit

This commit is contained in:
David Maciejak
2014-04-06 01:52:51 +02:00
committed by Carlos R. Mafra
parent 588e04dda7
commit 01478146f9
3 changed files with 27 additions and 18 deletions

View File

@@ -84,6 +84,7 @@ static noreturn void quit(WMWidget *w, void *data)
prepareForClose();
WMReleaseApplication();
exit(0);
}