Hi Eric,

On Thu, 16 Aug 2018 at 04:24, Eric Auer <e.a...@jpberlin.de> wrote:
> Could you tell more about the comResFile
> memory leak? Does it fix an old, elusive
> bug which has been on the list repeatedly?

no, it's not an old bug, it's related to getEnv("COMSPEC") using
dynamic pointers (since pre3) and the resulting filename now leaking
into memory.
Before, getEnv used 3 static pointers, which caused memory
fragmentation but did not leak. The leak was more visible in the debug
build which is how I found it.

Bart

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Freedos-devel mailing list
Freedos-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-devel

Reply via email to