[trunk] Fix a simple leak in test_tile_encoder

This commit is contained in:
Mathieu Malaterre 2012-05-29 14:27:42 +00:00
parent 426ad6e3a3
commit 64363995be
1 changed files with 2 additions and 0 deletions

View File

@ -322,6 +322,8 @@ int main (int argc, char *argv[])
opj_destroy_codec(l_codec);
opj_image_destroy(l_image);
free(l_data);
// Print profiling
//PROFPRINT();