[trunk] Fix a simple leak in test_tile_encoder
This commit is contained in:
parent
426ad6e3a3
commit
64363995be
|
@ -322,6 +322,8 @@ int main (int argc, char *argv[])
|
||||||
opj_destroy_codec(l_codec);
|
opj_destroy_codec(l_codec);
|
||||||
opj_image_destroy(l_image);
|
opj_image_destroy(l_image);
|
||||||
|
|
||||||
|
free(l_data);
|
||||||
|
|
||||||
// Print profiling
|
// Print profiling
|
||||||
//PROFPRINT();
|
//PROFPRINT();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue