1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-01-08 23:04:15 +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

@@ -292,6 +292,7 @@ static void closeWindow(WMWidget * w, void *d)
windowCount--;
if (windowCount == 0) {
WMReleaseApplication();
exit(0);
} else {
WMDeleteTimerHandler(data->tid);