[trunk] backout one part of the rev 2266

This commit is contained in:
Mickael Savinaud 2013-02-03 09:07:23 +00:00
parent ccd448d626
commit 8b36a11f2b
1 changed files with 1 additions and 1 deletions

View File

@ -1746,7 +1746,7 @@ void opj_tcd_code_block_enc_deallocate (opj_tcd_precinct_t * p_precinct)
for (cblkno = 0; cblkno < l_nb_code_blocks; ++cblkno) {
if (l_code_block->data) {
opj_free(l_code_block->data);
opj_free(l_code_block->data - 1);
l_code_block->data = 00;
}