[PATCH 3/4] urlmon: Release IInternetProtocolInfo returned from get_protocol_info when finished with it.

Misha Koshelev mk144210 at bcm.edu
Tue Jul 24 00:15:57 CDT 2007


We use QueryInterface to get the IInternetProtocolInfo in get_protocol_info, and in all these
functions it is just a local variable that does not get returned in any way or set in any variables.
Thus, we must release it.
---
 dlls/urlmon/internet.c |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: f64c30dad7e33dd56534ea1736050a8acf3bd886.diff
Type: text/x-patch
Size: 2820 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20070724/9c3fc49e/f64c30dad7e33dd56534ea1736050a8acf3bd886.bin


More information about the wine-patches mailing list