JDK-6250517 : Leak in solaris/native/java/net/NetworkInterface.c
Type:Bug
Component:core-libs
Sub-Component:java.net
Affected Version:1.4.2,1.4.2_07
Priority:P4
Status:Resolved
Resolution:Fixed
OS:solaris_8,windows_xp
CPU:other,sparc
Submitted:2005-04-05
Updated:2010-04-02
Resolved:2005-07-13
The Version table provides details related to the release that this issue/RFE will be addressed.
Unresolved : Release in which this issue/RFE will be addressed. Resolved: Release in which this issue/RFE has been resolved. Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.
A customer running a UPS software noticed a a slow increase in the C-heap.
###@###.### 2005-04-05 07:07:52 GMT
Comments
EVALUATION
Indeed, the call should be freeif(ifs) and this will cause a memory leak as sub-structures won't be freed. Good catch.
Will fix for mustang.
###@###.### 2005-04-05 12:10:57 GMT