Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
authorBrecht Van Lommel <brechtvanlommel@pandora.be>2009-07-21 18:28:41 +0400
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2009-07-21 18:28:41 +0400
commit0391b5eceff69e342a995524caccc6d4eda68a17 (patch)
tree44d919e404a858eba73900ccaed7e61d12de4413 /source
parentb5457e8e70aa5f27dd6285cf9f4dccf9637ca0cb (diff)
2.5: fix crash on load when saving with a filebrowser open.
Diffstat (limited to 'source')
-rw-r--r--source/blender/blenloader/intern/readfile.c2
1 files changed, 2 insertions, 0 deletions
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;