[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [13100] trunk/blender/source/blender/ blenkernel/intern/particle_system.c:

Brecht Van Lommel brechtvanlommel at pandora.be
Wed Jan 2 18:57:18 CET 2008


Revision: 13100
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=13100
Author:   blendix
Date:     2008-01-02 18:57:18 +0100 (Wed, 02 Jan 2008)

Log Message:
-----------

Bugfix for memory leak with particle roughness vertex groups.

Modified Paths:
--------------
    trunk/blender/source/blender/blenkernel/intern/particle_system.c

Modified: trunk/blender/source/blender/blenkernel/intern/particle_system.c
===================================================================
--- trunk/blender/source/blender/blenkernel/intern/particle_system.c	2008-01-02 17:40:53 UTC (rev 13099)
+++ trunk/blender/source/blender/blenkernel/intern/particle_system.c	2008-01-02 17:57:18 UTC (rev 13100)
@@ -1333,7 +1333,7 @@
 	if(ctx->vg_rough1)
 		MEM_freeN(ctx->vg_rough1);
 	if(ctx->vg_rough2)
-		MEM_freeN(ctx->vg_roughe);
+		MEM_freeN(ctx->vg_rough2);
 	if(ctx->vg_roughe)
 		MEM_freeN(ctx->vg_roughe);
 





More information about the Bf-blender-cvs mailing list