fix Suspicious code in j2k.c #517

This commit is contained in:
Rene van der Ark 2015-07-08 11:13:31 +02:00
parent 35ddb3abc7
commit ba05549b0f
1 changed files with 0 additions and 1 deletions

View File

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