mirror of
https://github.com/reactos/wine.git
synced 2024-11-29 14:40:56 +00:00
Fixed memory leak (release AVI stream).
This commit is contained in:
parent
acbb639240
commit
9af06a4424
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user