mshtml: Remove a double-Release.
This commit is contained in:
parent
9970e29589
commit
72297ebfbb
|
@ -1518,9 +1518,6 @@ static nsresult NSAPI nsUploadChannel_SetUploadStream(nsIUploadChannel *iface,
|
|||
}
|
||||
}
|
||||
|
||||
if(This->post_data_stream)
|
||||
nsIInputStream_Release(This->post_data_stream);
|
||||
|
||||
if(aContentLength != -1)
|
||||
FIXME("Unsupported acontentLength = %s\n", wine_dbgstr_longlong(aContentLength));
|
||||
|
||||
|
|
Loading…
Reference in New Issue