From 412b2a052e7401ce7a011e1ea165fc5a2420b8d7 Mon Sep 17 00:00:00 2001 From: dan Date: Wed, 22 Sep 1999 00:25:46 +0000 Subject: [PATCH] Fixed crashing bug on restart/exit/save session. --- src/session.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/session.c b/src/session.c index d9903123..8208234c 100644 --- a/src/session.c +++ b/src/session.c @@ -293,6 +293,8 @@ wSessionSaveState(WScreen *scr) list = PLMakeArrayFromElements(NULL); + wapp_list = WMCreateBag(16); + while (wwin) { WApplication *wapp=wApplicationOf(wwin->main_window); -- 2.11.4.GIT