delphidabbler / pashi

Pascal syntax highlighter targetted at Delphi
https://delphidabbler.com/software/pashi
Other
21 stars 7 forks source link

Memory leak in PasHiGUI #58

Closed delphidabbler closed 1 year ago

delphidabbler commented 1 year ago

In:

https://github.com/delphidabbler/pashi/blob/92ce53773740c66e7ec04c6564ef943342be372a/Src/GUI/FrOptions.UDocType.pas#L86

The fInhibitStylesMap object should be freed, but it isn't.

delphidabbler commented 1 year ago

This bug is in develop branch, not master.

Needs to be fixed before v2.3.0 is released.

If this is done for v2.3.0 it shouldn't be included in change log.