-
Notifications
You must be signed in to change notification settings - Fork 39
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
Memory leak due to missing deallocator #31
Comments
Status:
Note meaningful comment by @szaszm #30 (comment) |
-Solves problem related to sergei-mironov#31
Actually, all needed functions are already there. It can be done in two ways:
You can see it yourself, search for Also be attentive when functions allocates memory for other pointers ;-) Maybe I will do next pull request to close this issue soon. |
Good news, |
I made a mistake here. |
OK. Related sources for reference is here https://github.com/mattl/opensource.apple.com/blob/master/src/X11libs/X11libs-60.2/libxkbfile/libxkbfile-1.0.7/include/X11/extensions/XKBrules.h#L170 |
Ref #30
The text was updated successfully, but these errors were encountered: