1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-21 21:38:00 +01:00

Fixed crashing bug on restart/exit/save session.

This commit is contained in:
dan
1999-09-22 00:25:46 +00:00
parent 2525c5d1fa
commit 412b2a052e

View File

@@ -293,6 +293,8 @@ wSessionSaveState(WScreen *scr)
list = PLMakeArrayFromElements(NULL);
wapp_list = WMCreateBag(16);
while (wwin) {
WApplication *wapp=wApplicationOf(wwin->main_window);