mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 10:32:20 +00: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