The information in this article applies to:
SYMPTOMSA memory leak occurs when the InternetOpenUrl function is used. RESOLUTIONIf the URL in use is for the HTTP protocol, InternetConnect, HttpOpenRequest, and HttpSendRequest can be substituted for InternetOpenUrl, avoiding the problem. EXAMPLEThe following code fragment:
could be changed to the following:
STATUSThis bug has been fixed in Internet Explorer 4.0 and the Internet Client SDK. Additional query words:
Keywords : kbIE300 kbWinInet |
Last Reviewed: August 30, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |