From 0391b5eceff69e342a995524caccc6d4eda68a17 Mon Sep 17 00:00:00 2001 From: Brecht Van Lommel Date: Tue, 21 Jul 2009 14:28:41 +0000 Subject: 2.5: fix crash on load when saving with a filebrowser open. --- source/blender/blenloader/intern/readfile.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source') diff --git a/source/blender/blenloader/intern/readfile.c b/source/blender/blenloader/intern/readfile.c index bbe85c5f378..5ab30913b18 100644 --- a/source/blender/blenloader/intern/readfile.c +++ b/source/blender/blenloader/intern/readfile.c @@ -4409,6 +4409,8 @@ static void lib_link_screen(FileData *fd, Main *main) sfile->params= NULL; sfile->op= NULL; sfile->layout= NULL; + sfile->folders_prev= NULL; + sfile->folders_next= NULL; } else if(sl->spacetype==SPACE_IMASEL) { SpaceImaSel *simasel= (SpaceImaSel *)sl; -- cgit v1.2.3