ddabapps / duse

A little tool for Delphi programmer to find the possible unit scopes that a unit belongs to
https://delphidabbler.com/software/unit2ns
MIT License
14 stars 2 forks source link

Possible memory leak in `UUnitMap`. #11

Closed delphidabbler closed 2 years ago

delphidabbler commented 2 years ago

TUnitMaps only ever frees its owned TUnitMap objects in the Clear method, but not in any of the two delete methods.

delphidabbler commented 2 years ago

Confirmed this is a memory leak.