Fixed memory leak (release AVI stream).

oldstable
Michael Günnewig 2002-10-18 00:22:24 +00:00 committed by Alexandre Julliard
parent acbb639240
commit 9af06a4424
1 changed files with 1 additions and 1 deletions

View File

@ -147,10 +147,10 @@ HRESULT (WINAPI *fnAVIStreamInfo)(PAVISTREAM iface,AVISTREAMINFO *afi,LONG size)
type[4]='\0';memcpy(type,&(asi.fccType),4);
fprintf(stderr,"Unhandled streamtype %s\n",type);
fnAVIStreamRelease(ast);
break;
}
}
fnAVIStreamRelease(ast);
}
fnAVIFileRelease(avif);
fnAVIFileExit();