diff --git a/randr/rrproperty.c b/randr/rrproperty.c index 6187b855f..146facbe1 100644 --- a/randr/rrproperty.c +++ b/randr/rrproperty.c @@ -126,6 +126,8 @@ RRDestroyOutputProperty (RRPropertyPtr prop) xfree(prop->current.data); if (prop->pending.data) xfree(prop->pending.data); + if (prop->valid_values) + xfree(prop->valid_values); xfree(prop); }