Commit 72297ebf authored by Huw Davies's avatar Huw Davies Committed by Alexandre Julliard

mshtml: Remove a double-Release.

parent 9970e295
......@@ -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));
......
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