Merge pull request #529 from renevanderark/master
fix Suspicious code in j2k.c Fixes #517
This commit is contained in:
commit
0b1f8eb6f7
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue