GNOME Bugzilla – Bug 317413
Be a bit more careful with attached buffer in GtkSourceUndoManager
Last modified: 2014-02-15 12:53:14 UTC
Version details: 1.4.1 Add g_object_add_weak_pointer(attached_buffer, &um->priv->document) in order not to try to disconnect signal handlers from junk in finalize(); disconnect forgotten modified_changed_handler in finalize().
Created attachment 52766 [details] [review] The patch
Adding NEW and upping priority due to the patch.