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

x11: Prevent leak on XIQueryDevice #700

Merged
merged 1 commit into from
Jan 7, 2016

Conversation

emilio
Copy link
Contributor

@emilio emilio commented Jan 6, 2016

Per http://linux.die.net/man/3/xiquerydevice:

XIFreeDeviceInfo frees the information returned by
XIQueryDevice.

Was discovered while investigating servo leaks.

Per http://linux.die.net/man/3/xiquerydevice:

> XIFreeDeviceInfo frees the information returned by
> XIQueryDevice.
@elinorbgr
Copy link
Contributor

The travis failure is due to rust-lang/rust#30713

@tomaka
Copy link
Contributor

tomaka commented Jan 7, 2016

Thanks!

tomaka added a commit that referenced this pull request Jan 7, 2016
x11: Prevent leak on XIQueryDevice
@tomaka tomaka merged commit 88e64a8 into rust-windowing:master Jan 7, 2016
@emilio emilio deleted the querydevice-leak branch January 7, 2016 15:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants