Please apply attached patch.
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.