[pbm] WIP unit tests.

This commit is contained in:
Jeroen van Rijn
2022-04-30 17:52:23 +02:00
parent d6a8216ce4
commit dd8b71e353
3 changed files with 155 additions and 42 deletions
+1
View File
@@ -14,6 +14,7 @@ destroy :: proc(img: ^image.Image) -> bool {
header_destroy(&info.header)
free(info)
img.metadata = nil
free(img)
return true
}