Fix memleak in previous hair commit
This commit is contained in:
@@ -603,6 +603,8 @@ void psys_free(Object *ob, ParticleSystem *psys)
|
||||
MEM_freeN(psys->pdd);
|
||||
}
|
||||
|
||||
BKE_particle_batch_cache_free(psys);
|
||||
|
||||
MEM_freeN(psys);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user