Skip to content

gobject: Don't thaw excessively

Matthias Clasen requested to merge fix-freeze-count-underflow into main

We need to match the conditions in g_object_init for when we already have a freeze. Without that, we underflow the freeze count and trigger a warning.

Fixes: #2666 (closed)

Merge request reports