layer: Free attributeReply after use

Oops!
This commit is contained in:
Joshua Ashton 2023-01-02 05:58:48 +00:00
parent 6a6a89c818
commit d84d0fcfc9

View file

@ -139,6 +139,8 @@ namespace xcb {
largestExtent = max(largestExtent, clippedRect.extent);
}
}
free(attributeReply);
}
free(reply);