1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-05 12:10:55 +00:00

Fix VoxelGI bake memory leak

This commit is contained in:
bitsawer
2023-10-09 12:27:03 +03:00
parent 6916349697
commit 416ef5ad1b

View File

@@ -884,6 +884,8 @@ Vector<uint8_t> Voxelizer::get_sdf_3d_image() const {
}
}
memdelete_arr(work_memory);
return image3d;
}