Comment out tracy imports.

This commit is contained in:
Jeroen van Rijn
2021-06-21 21:41:56 +02:00
parent b92c70e55c
commit 1e8c12c2a3
3 changed files with 6 additions and 4 deletions
+4
View File
@@ -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.