integrated-application-development / delphilint

Delphi IDE package providing on-the-fly code analysis and linting, powered by SonarDelphi
GNU Lesser General Public License v3.0
79 stars 9 forks source link

Free line trackers when buffer is freed #32

Closed fourls closed 3 months ago

fourls commented 3 months ago

This PR hooks the IDE edit view's buffer object to ensure that any associated line trackers are freed when the view itself is freed. This is a potential cause of #6, but I hesitate to say that it's fixed since it isn't reproducible.