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
diff options
context:
space:
mode:
authorSv. Lockal <lockalsash@gmail.com>2013-08-12 21:05:02 +0400
committerSv. Lockal <lockalsash@gmail.com>2013-08-12 21:05:02 +0400
commitc2a8f43e35a2bd754a50e54daf34f1b146f5c8f6 (patch)
tree67ff31f23150d04f1cfae1c50c807c9cd92d5fef /source/blender/editors/space_outliner
parent3497b2241e793764c2d57f7b26984957f2300d60 (diff)
Fix [#36439] Switching windows on Win7 x64 under certain outliner conditions will cause crash
Diffstat (limited to 'source/blender/editors/space_outliner')
-rw-r--r--source/blender/editors/space_outliner/space_outliner.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/space_outliner/space_outliner.c b/source/blender/editors/space_outliner/space_outliner.c
index 9c51265f917..00476cd467d 100644
--- a/source/blender/editors/space_outliner/space_outliner.c
+++ b/source/blender/editors/space_outliner/space_outliner.c
@@ -448,6 +448,7 @@ static SpaceLink *outliner_duplicate(SpaceLink *sl)
soutlinern->tree.first = soutlinern->tree.last = NULL;
soutlinern->treestore = NULL;
+ soutlinern->treehash = NULL;
return (SpaceLink *)soutlinern;
}