Huw Davies : mshtml: Remove a double-Release.

Alexandre Julliard julliard at winehq.org
Fri Dec 20 10:45:30 CST 2013


Module: wine
Branch: master
Commit: 72297ebfbb31bd8c5848687e915b785d87e44621
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=72297ebfbb31bd8c5848687e915b785d87e44621

Author: Huw Davies <huw at codeweavers.com>
Date:   Fri Dec 20 14:29:34 2013 +0000

mshtml: Remove a double-Release.

---

 dlls/mshtml/nsio.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/dlls/mshtml/nsio.c b/dlls/mshtml/nsio.c
index d63e61e..901b5b9 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));
 




More information about the wine-cvs mailing list