Skip to content

clutter/text: Don't call clutter_text_set_buffer() on finalize

clutter_text_set_buffer() tries to freeze/thaw notify, which is not allowed during finalize and recent glib versions started warning about this. This call can simply be removed, because the buffer is already set to NULL on dispose, making the call in finalize redundant.

Closes: #2566 (closed)

Merge request reports