Skip to content

fix: double free and double openEditor - #65

Merged
tomasriveral merged 1 commit into
mainfrom
fix-double-free
Aug 16, 2026
Merged

fix: double free and double openEditor#65
tomasriveral merged 1 commit into
mainfrom
fix-double-free

Conversation

@tomasriveral

@tomasriveraltomasriveral commented Aug 16, 2026

Copy link
Copy Markdown
Owner

I hadn't pulled latest change to main before my last branch-checkout. There was some old code mixed with new one. Specially, the "note return" button introduced in last version displaced the openEditor and some free() inside a loop. That caused duplication of this part of the code. I should be carefull next time to work on up-to-date branches.

Closes#64

I hadn't pulled latest change to main before my last branch-checkout.
There was some old code mixed with new one. Specially, the "note return"
button introduced in last version displaced the openEditor and some
free() inside a loop. That caused duplication of this part of the code.
I should be carefull next time to work on up-to-date branches.
@tomasriveral
tomasriveral merged commit d56e7d9 into mainAug 16, 2026
1 check passed
Sign up for freeto 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.

bug: double free or corruption (!prev)

1 participant

@tomasriveral