[Bf-blender-cvs] [7a62fe3] master: Point density: Removed wrong line in previous commit

Sergey Sharybin noreply at git.blender.org
Tue Feb 23 14:33:57 CET 2016


Commit: 7a62fe316b878e152ed90c7aa26f7c67dceb4099
Author: Sergey Sharybin
Date:   Tue Feb 23 14:33:15 2016 +0100
Branches: master
https://developer.blender.org/rB7a62fe316b878e152ed90c7aa26f7c67dceb4099

Point density: Removed wrong line in previous commit

Thanks Bastien for finding this out!

===================================================================

M	source/blender/render/intern/source/pointdensity.c

===================================================================

diff --git a/source/blender/render/intern/source/pointdensity.c b/source/blender/render/intern/source/pointdensity.c
index f46dd44..936c448 100644
--- a/source/blender/render/intern/source/pointdensity.c
+++ b/source/blender/render/intern/source/pointdensity.c
@@ -857,7 +857,7 @@ void RE_point_density_sample(
 	                        point_density_sample_func,
 	                        resolution > 32);
 
-	BLI_mutex_unlock(&sample_mutex);
+	free_pointdensity(pd);
 }
 
 void RE_point_density_free(struct PointDensity *pd)




More information about the Bf-blender-cvs mailing list