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 - Memory leak in X11_InitModes
Summary: Memory leak in X11_InitModes
Status: RESOLVED DUPLICATE of bug 1736
Alias: None
Product: SDL
Classification: Unclassified
Component: video (show other bugs)
Version: HG 2.0
Hardware: x86 Linux
: P2 normal
Assignee: Sam Lantinga
QA Contact: Sam Lantinga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-27 05:35 UTC by tomaszewski.p
Modified: 2013-02-27 20:21 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***