Skip to content

clutter: Mark clutter_stage_grab() return value as transfer full

The caller is expected to unref the returned grab and all C code already does this, but grabs requested from js were resulting in the memory getting leaked due to it being annotated as transfer none.

Fixes: #2189 (closed)

Merge request reports