-
Bug
-
Resolution: Fixed
-
P4
-
1.1.6
-
1.1.8
-
x86
-
windows_95
-
Verified
Name: mf23781 Date: 10/02/98
Looking in the linker_md.c file, a copy of the fname is taken using
strdup() function this is never freed before the function returns
in a number of places.
This leak is very small - it should only loose the number of bytes in a DLL name.
Suggested fix is to place a free(fname) function before all the
return calls in the function.
======================================================================
Looking in the linker_md.c file, a copy of the fname is taken using
strdup() function this is never freed before the function returns
in a number of places.
This leak is very small - it should only loose the number of bytes in a DLL name.
Suggested fix is to place a free(fname) function before all the
return calls in the function.
======================================================================