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:
authorSergey Sharybin <sergey.vfx@gmail.com>2016-02-23 16:33:15 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2016-02-23 16:33:15 +0300
commit7a62fe316b878e152ed90c7aa26f7c67dceb4099 (patch)
tree3061e4be537425a6fd6b738b7dbc27593034e39b
parent509953a9db61dc298eae3800e381254bbc80fe06 (diff)
Point density: Removed wrong line in previous commit
Thanks Bastien for finding this out!
-rw-r--r--source/blender/render/intern/source/pointdensity.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/render/intern/source/pointdensity.c b/source/blender/render/intern/source/pointdensity.c
index f46dd44baa3..936c4486701 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)