mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-27 15:29:41 -07:00
Fix for orbital bug: using delete for memory created by minz.
This commit is contained in:
@@ -246,4 +246,9 @@ RawBytes Raster::save(Raster::Compression comp)
|
||||
return std::move(ret);
|
||||
}
|
||||
|
||||
void RawBytes::MinzDeleter::operator()(uint8_t *rawptr)
|
||||
{
|
||||
MZ_FREE(rawptr);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user