svn merge ^/trunk/blender -r43676:43685

This commit is contained in:
2012-01-24 22:44:48 +00:00
7 changed files with 16 additions and 5 deletions

View File

@@ -1127,6 +1127,9 @@ static int distribute_threads_init_data(ParticleThread *threads, Scene *scene, D
fprintf(stderr,"Particle distribution error: Nothing to emit from!\n");
if(dm != finaldm) dm->release(dm);
BLI_kdtree_free(tree);
return 0;
}