mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-05 15:18:49 +00:00
[pbm] WIP unit tests.
This commit is contained in:
@@ -14,6 +14,7 @@ destroy :: proc(img: ^image.Image) -> bool {
|
||||
header_destroy(&info.header)
|
||||
free(info)
|
||||
img.metadata = nil
|
||||
free(img)
|
||||
|
||||
return true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user