Revision: 28596
          
http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=28596
Author:   blendix
Date:     2010-05-05 18:21:38 +0200 (Wed, 05 May 2010)

Log Message:
-----------
Fix memory free errors for CollisionModifierData.xold.

Modified Paths:
--------------
    branches/render25/source/blender/modifiers/intern/MOD_collision.c

Modified: branches/render25/source/blender/modifiers/intern/MOD_collision.c
===================================================================
--- branches/render25/source/blender/modifiers/intern/MOD_collision.c   
2010-05-05 16:14:37 UTC (rev 28595)
+++ branches/render25/source/blender/modifiers/intern/MOD_collision.c   
2010-05-05 16:21:38 UTC (rev 28596)
@@ -82,6 +82,7 @@
                
                collmd->x = NULL;
                collmd->xnew = NULL;
+               collmd->xold = NULL;
                collmd->current_x = NULL;
                collmd->current_xnew = NULL;
                collmd->current_v = NULL;


_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to