Zylann / godot_voxel

Voxel module for Godot Engine
MIT License
2.71k stars 251 forks source link

Missing recycle_connection after get_connection #713

Closed lenesxy closed 3 weeks ago

lenesxy commented 3 weeks ago

VoxelStreamSQLite::load_all_blocks VoxelStreamSQLite::get_current_coordinate_format VoxelStreamSQLite::copy_blocks_to_other_sqlite_stream[missing twice, recycle_connection() and dst_stream->recycle_connection()]

These functions seem to be missing recycle_connection() after get_connection()

Zylann commented 3 weeks ago

Should be fixed with 8aa25f33ad21ab5cd68c49e38a24ffefed587ec2