git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8786 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
arpi 2003-01-04 21:26:35 +00:00
parent d739c517d1
commit e6e0f6674f
1 changed files with 1 additions and 1 deletions

View File

@ -1257,8 +1257,8 @@ if(suboverlap_enabled){
for (i = first[j].lines - 1; i >= 0; --i) {
free(first[j].text[i]);
}
free(&first[j]);
}
free(first);
return second;
} else { //if(suboverlap_enabled)