[PATCH 1/2] xrandr: Inline RRInitOutputPropertyValue called from single place

Mikhail Gusarov dottedmag at dottedmag.net
Sun Jun 6 10:43:04 PDT 2010


Twas brillig at 10:13:01 06.06.2010 UTC-07 when jamey at minilop.net did gyre and gimble:

 >> -        free(prop->pending.data);
 >> -        RRInitOutputPropertyValue (&prop->pending);
 >> +        free(prop->pending.data);
 >> +        property_value->type = None;
 >> +        property_value->format = 0;
 >> +        property_value->size = 0;
 >> +        property_value->data = NULL;

 JS> Shouldn't that be prop->pending.type, and so on?

Yeah. This patch is broken, and then NACK'ed. Forget it :)

-- 
  http://fossarchy.blogspot.com/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 835 bytes
Desc: not available
URL: <http://lists.x.org/archives/xorg-devel/attachments/20100607/9e691f63/attachment-0001.pgp>


More information about the xorg-devel mailing list