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

crash with using change notification #346

Closed
Miki-123 opened this issue May 24, 2023 · 1 comment
Closed

crash with using change notification #346

Miki-123 opened this issue May 24, 2023 · 1 comment
Assignees

Comments

@Miki-123
Copy link

Hi Vincent,

I would like to report you an error in subscription.c. In function OcilibSubscriptionRegister you call free(sub) in a cleanup section on line 338. But in function OcilibSubscriptionUnregister(sub) which is called before, you call free(sub) too (on line 370). It caused double free crash.

Best regards and thanks for your work on this project
Miki

@vrogier vrogier self-assigned this Jul 14, 2023
@vrogier
Copy link
Owner

vrogier commented Jul 14, 2023

Hi,

This has already been fixed in v4.7.6 and is a duplicate of issue #323

Closing this issue.

Regards,

Vincent

@vrogier vrogier closed this as completed Jul 14, 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

No branches or pull requests

2 participants