2.5: fix crash on load when saving with a filebrowser open.

This commit is contained in:
2009-07-21 14:28:41 +00:00
parent b5457e8e70
commit 0391b5ecef

View File

@@ -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;