* Inserted tool for memory leaks fixing in debug mode

* Fixed some memory leaks in the decoder (some are still present when multiple tiles!)
This commit is contained in:
Antonin Descampe
2004-08-06 14:13:51 +00:00
parent 61ac18531a
commit bc5c5115cb
6 changed files with 89 additions and 4 deletions

View File

@@ -220,4 +220,6 @@ LIBJ2K_API int j2k_decode(unsigned char *src, int len, j2k_image_t * img,
int j2k_decode_jpt_stream(unsigned char *src, int len, j2k_image_t * img,
j2k_cp_t * cp);
void j2k_dec_release();//antonin
#endif