Commit 9af06a44 authored by Michael Günnewig's avatar Michael Günnewig Committed by Alexandre Julliard

Fixed memory leak (release AVI stream).

parent acbb6392
......@@ -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();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment