mshtml: Remove a double-Release.

oldstable
Huw Davies 2013-12-20 14:29:34 +00:00 committed by Alexandre Julliard
parent 9970e29589
commit 72297ebfbb
1 changed files with 0 additions and 3 deletions

View File

@ -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));