PRB: Cannot Free ResUtilGetEnvironmentWithNetName()Buffer (182660)
The information in this article applies to:
- Microsoft Platform Software Development Kit (SDK) 1.0
- Microsoft Windows NT Server, Enterprise Edition 4.0
This article was previously published under Q182660 SYMPTOMS
ResUtilGetEnvironmentWithNetName() allocates and returns a buffer. There is
no corresponding function to release the allocated memory.
CAUSE
The routine used to allocate the memory is an internal function, as is the
corresponding routine that is used to free the memory block.
RESOLUTION
You can avoid the problem by allocating the memory for the new environment
yourself and setting the _CLUSTER_NETWORK_NAME_ environment variable to the
network name associated with the resource.
See the REFERENCES section for more information on getting the current
environment and finding the network name for the resource.
STATUS
Microsoft is researching this problem and will post new information here in
the Microsoft Knowledge Base as it becomes available.
REFERENCES
GetClusterResourceNetworkName()
GetEnvironmentStrings()
Modification Type: | Minor | Last Reviewed: | 7/11/2005 |
---|
Keywords: | kbClustering kbpending kbprb KB182660 |
---|
|