Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hotfix #9

Merged
merged 4 commits into from
Sep 29, 2023
Merged

Hotfix #9

merged 4 commits into from
Sep 29, 2023

Conversation

diegomgarcia
Copy link
Collaborator

fixes #6, fixes #5

The FWakaTimeInstaller is an instance of TWakaTimeCLIInstallerThread that auto free itself when finish, you should never FreeAndNil an instance of TWakaTimeCLIInstallerThread, just clean the reference.
…e IDE was calling the Destroy, causing another invalid pointer operation when closing Delphi or uninstaling the component.
…ile and after compile.

We should never manualy create a TSourceEditorNotifier, we have to query the interface from the editor that is already allocated and use its methods to avoid it to never get removed from the memory, and another errors related on the way that each editornotifier removes itself from the SourceEditorNotifiers List.
* Renamed the variable "executable" to "CLIFileName".
@diegomgarcia diegomgarcia merged commit 91461c9 into main Sep 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Memory Leak with Delphi 11.3 Access Violation on IDE exit
1 participant