mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-28 18:30:06 +00:00
Comment out tracy imports.
This commit is contained in:
@@ -34,6 +34,10 @@ destroy :: proc(img: ^Image) {
|
||||
}
|
||||
|
||||
bytes.buffer_destroy(&img.pixels);
|
||||
if img.metadata_ptr != nil && img.metadata_type == Info {
|
||||
// Clean up Info.
|
||||
free(img.metadata_ptr);
|
||||
}
|
||||
|
||||
/*
|
||||
We don't need to do anything for the individual chunks.
|
||||
|
||||
Reference in New Issue
Block a user