Summary: | Mem leak fixes for randr | ||||||
---|---|---|---|---|---|---|---|
Product: | xorg | Reporter: | Roland "Test-tools" Bär <roland> | ||||
Component: | Server/General | Assignee: | Keith Packard <keithp> | ||||
Status: | RESOLVED INVALID | QA Contact: | Xorg Project Team <xorg-team> | ||||
Severity: | trivial | ||||||
Priority: | lowest | Keywords: | janitor, patch | ||||
Version: | git | ||||||
Hardware: | All | ||||||
OS: | All | ||||||
Whiteboard: | |||||||
i915 platform: | i915 features: | ||||||
Attachments: |
|
Description
Roland "Test-tools" Bär
2007-08-06 02:02:15 UTC
Created attachment 11006 [details] [review] trivial patch Keith, is this okay? Most of these patches are incorrect. AddResource calls the delete function on failure. prop_value is not an allocated object. num_values parity can be checked before the property is created. Alternatively, use RRDestroyOutputProperty instead of xfree to free it, but only if it was added (if (add) RRDestroyOutputProperty (prop);) Comment on attachment 11006 [details] [review] trivial patch mark rejected patch as obsolete. Feedback timeout. |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.