crn_decompress_dds_to_images()
is returning an array of null pointers
#62
Labels
bug
Something isn't working
The
crn_decompress_dds_to_images()
function is expected to populate theppImages
array with pointers to mipmap images.But
pImg->get_pixel_buf().assume_ownership()
always return a null pointer when called incrn_decompress_dds_to_images()
.Here is how to reproduce (better use the branch from #61):
The second command is expected to write one tga file per mipmap, but it segfaults because of attempting to read null pointers.
The text was updated successfully, but these errors were encountered: