We are currently migrating Bugzilla to GitHub issues.
Any changes made to the bug tracker now will be lost, so please do not post new bugs or make changes to them.
When we're done, all bug URLs will redirect to their equivalent location on the new bug tracker.

Bug 1735

Summary: Memory leak in X11_InitModes
Product: SDL Reporter: tomaszewski.p
Component: videoAssignee: Sam Lantinga <slouken>
Status: RESOLVED DUPLICATE QA Contact: Sam Lantinga <slouken>
Severity: normal    
Priority: P2 CC: icculus
Version: HG 2.0   
Hardware: x86   
OS: Linux   

Description tomaszewski.p 2013-02-27 05:35:23 UTC
XRRListOutputProperties allocates Atom* array, which is not freed.
XRRGetOutputProperty allocates 'unsigned char *prop' array, which is not freed.
Comment 1 Ryan C. Gordon 2013-02-27 20:21:40 UTC
Marking duplicate that Bugzilla made when it was having problems.

--ryan.

*** This bug has been marked as a duplicate of bug 1736 ***