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

Add x64 compatibility, fix some memory leaks, fix buttons #68

Merged
merged 3 commits into from
Feb 9, 2017

Conversation

pfink-christ
Copy link
Contributor

@pfink-christ pfink-christ commented Feb 9, 2017

Fix #65 and improve testutils by fixing memory leaks and the button drawing

Call malloc not with a hardcoded sizeof(__u32).
This caused the application to crash with segfaults
on x64 machines.
Buttons had the right border missing and
the filling rect was 1 px off the left border.
@pfink-christ pfink-christ mentioned this pull request Feb 9, 2017
@merge merge merged commit 93137ba into libts:master Feb 9, 2017
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.

Missing x64 support
2 participants