[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [59089] trunk/blender/source/blender/ editors/space_outliner/space_outliner.c: Fix [#36439] Switching windows on Win7 x64 under certain outliner conditions will cause crash

Sv. Lockal lockalsash at gmail.com
Mon Aug 12 19:05:03 CEST 2013


Revision: 59089
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=59089
Author:   lockal
Date:     2013-08-12 17:05:02 +0000 (Mon, 12 Aug 2013)
Log Message:
-----------
Fix [#36439] Switching windows on Win7 x64 under certain outliner conditions will cause crash

Modified Paths:
--------------
    trunk/blender/source/blender/editors/space_outliner/space_outliner.c

Modified: trunk/blender/source/blender/editors/space_outliner/space_outliner.c
===================================================================
--- trunk/blender/source/blender/editors/space_outliner/space_outliner.c	2013-08-12 14:42:49 UTC (rev 59088)
+++ trunk/blender/source/blender/editors/space_outliner/space_outliner.c	2013-08-12 17:05:02 UTC (rev 59089)
@@ -448,6 +448,7 @@
 
 	soutlinern->tree.first = soutlinern->tree.last = NULL;
 	soutlinern->treestore = NULL;
+	soutlinern->treehash = NULL;
 	
 	return (SpaceLink *)soutlinern;
 }




More information about the Bf-blender-cvs mailing list