-
-
Notifications
You must be signed in to change notification settings - Fork 6
Segfault when Calling: Callback -> C-Function -> Callback #47
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
Comments
Koromix
referenced
this issue
in Koromix/rygel
Dec 21, 2022
Thanks for the report, I've pushed a fix and I will release 2.2.1 today :) |
Released :) |
Thank you for the fast fix, I will test with my lib. |
Works like a charm! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Reproduced on Windows (64 Bit) and Linux (64 Bit Debian).
.DLL/.SO:
.js
It seems like this pointer here points to the already deleted CallData object created by the getC call, but should point to the CallData Object of the initial callMe call:

The text was updated successfully, but these errors were encountered: