msxml3: Avoid memory leak (coverity).
This commit is contained in:
parent
99a0c55a8f
commit
764011a94f
|
@ -689,6 +689,7 @@ static HRESULT BindStatusCallback_create(httprequest* This, BindStatusCallback *
|
||||||
if ((hr = SafeArrayGetUBound(sa, 1, &size) != S_OK))
|
if ((hr = SafeArrayGetUBound(sa, 1, &size) != S_OK))
|
||||||
{
|
{
|
||||||
SafeArrayUnaccessData(sa);
|
SafeArrayUnaccessData(sa);
|
||||||
|
heap_free(bsc);
|
||||||
return hr;
|
return hr;
|
||||||
}
|
}
|
||||||
size++;
|
size++;
|
||||||
|
|
Loading…
Reference in New Issue