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
Hello,
t2.c
line 568 :
cblk->data = (unsigned char*) opj_realloc(cblk->data, (cblk->len + seg-
>newlen) * sizeof(unsigned char*)); // <-- I believe this was meant to be
sizeof(unsigned char)
Original issue reported on code.google.com by anton.li...@gmail.com on 5 May 2010 at 2:28
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
anton.li...@gmail.com
on 5 May 2010 at 2:28The text was updated successfully, but these errors were encountered: