Module: wine Branch: master Commit: 72297ebfbb31bd8c5848687e915b785d87e44621 URL: http://source.winehq.org/git/wine.git/?a=commit;h=72297ebfbb31bd8c5848687e91...
Author: Huw Davies huw@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));