From c812a09ff363a08b99bfa109a1d6c22d7f99ceed Mon Sep 17 00:00:00 2001 From: Ton Roosendaal Date: Fri, 13 Jun 2003 19:56:15 +0000 Subject: [PATCH] - bug fix #257 crash when ESC out of FileSelect, while previous window Info (user settings) --- source/blender/src/space.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/blender/src/space.c b/source/blender/src/space.c index 4918d9e6163..7ce0c5c127f 100644 --- a/source/blender/src/space.c +++ b/source/blender/src/space.c @@ -1922,6 +1922,8 @@ void init_infospace(ScrArea *sa) sinfo= MEM_callocN(sizeof(SpaceInfo), "initinfo"); BLI_addhead(&sa->spacedata, sinfo); + + sinfo->spacetype=SPACE_INFO; } /* ******************** SPACE: BUTS ********************** */