Closed dloebl closed 2 years ago
Fix a memory leak when closing the GIF stream with cgif_close() before any frame has been added. It is necessary to call cgif_raw_close() in any case. Closes #40
cgif_close()
cgif_raw_close()
Fix a memory leak when closing the GIF stream with
cgif_close()
before any frame has been added. It is necessary to callcgif_raw_close()
in any case. Closes #40