Module: wine Branch: stable Commit: 79054f2fd43d02d14d204a8c30a65f78186a45bf URL: http://source.winehq.org/git/wine.git/?a=commit;h=79054f2fd43d02d14d204a8c30...
Author: Huw Davies huw@codeweavers.com Date: Fri Dec 20 14:29:34 2013 +0000
mshtml: Remove a double-Release.
(cherry picked from commit 72297ebfbb31bd8c5848687e915b785d87e44621)
---
dlls/mshtml/nsio.c | 3 --- 1 file changed, 3 deletions(-)
diff --git a/dlls/mshtml/nsio.c b/dlls/mshtml/nsio.c index da7d930..11d10b1 100644 --- a/dlls/mshtml/nsio.c +++ b/dlls/mshtml/nsio.c @@ -1501,9 +1501,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));