On 6/6/10, Mikhail Gusarov <[email protected]> wrote: > - 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;
Shouldn't that be prop->pending.type, and so on? Jamey _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
