-
Bug
-
Resolution: Fixed
-
P3
-
6u10
-
b12
-
x86
-
windows_xp
-
Not verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2199169 | 7 | Chris Gruszka | P3 | Closed | Fixed | b64 |
There is a memory leak with CreateLogFile() and MSIGetLogFileName()
char* CreateLogFile() in deploy\src\plugin\win32\regutils\RegCommon.cpp
allocates char *absTempFileName = new char[MAX_PATH]
and returns absTempFileName but MSIGetLogFileName() does not free the memory.
I assume the memory is freed when the install exits.
char* CreateLogFile() in deploy\src\plugin\win32\regutils\RegCommon.cpp
allocates char *absTempFileName = new char[MAX_PATH]
and returns absTempFileName but MSIGetLogFileName() does not free the memory.
I assume the memory is freed when the install exits.
- backported by
-
JDK-2199169 memory leak during install
-
- Closed
-
- relates to
-
JDK-6647280 no logfile for zipper.exe and unpack200.exe during JRE install
-
- Closed
-