Merge pull request #529 from renevanderark/master

fix Suspicious code in j2k.c
Fixes #517
This commit is contained in:
mayeut 2015-07-12 19:20:57 +02:00
commit 0b1f8eb6f7
1 changed files with 0 additions and 1 deletions

View File

@ -10015,7 +10015,6 @@ OPJ_BOOL opj_j2k_encode(opj_j2k_t * p_j2k,
}
return OPJ_FALSE;
}
opj_alloc_tile_component_data(l_tilec);
}
}
l_current_tile_size = opj_tcd_get_encoded_tile_size(p_j2k->m_tcd);