Fix VoxelGI bake memory leak
This commit is contained in:
parent
6916349697
commit
416ef5ad1b
1 changed files with 2 additions and 0 deletions
|
|
@ -884,6 +884,8 @@ Vector<uint8_t> Voxelizer::get_sdf_3d_image() const {
|
|||
}
|
||||
}
|
||||
|
||||
memdelete_arr(work_memory);
|
||||
|
||||
return image3d;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue