From 72297ebfbb31bd8c5848687e915b785d87e44621 Mon Sep 17 00:00:00 2001 From: Huw Davies Date: Fri, 20 Dec 2013 14:29:34 +0000 Subject: [PATCH] mshtml: Remove a double-Release. --- dlls/mshtml/nsio.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/dlls/mshtml/nsio.c b/dlls/mshtml/nsio.c index d63e61e93fd..901b5b943ac 100644 --- a/dlls/mshtml/nsio.c +++ b/dlls/mshtml/nsio.c @@ -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));