You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/* now copy this data into the tile component */if (! opj_tcd_copy_tile_data(p_j2k->m_tcd,l_current_data,l_current_tile_size)) {
opj_event_msg(p_manager, EVT_ERROR, "Size mismatch between tile data and sent data." );
returnOPJ_FALSE;
}
and
if (! opj_j2k_post_write_tile (p_j2k,p_stream,p_manager)) {
returnOPJ_FALSE;
}
l_current_data is not freed
The text was updated successfully, but these errors were encountered:
and
l_current_data
is not freedThe text was updated successfully, but these errors were encountered: