
And change clutter_paint_volume_free() to always free the paint volume. Remove all calls to clutter_paint_volume_free() on static variables. Having to call a free function on a static variable always seemed a bit odd, and this genuinely confuses Coverity (and me). Coverity CID: #1505838 Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/4175>