GNOME Bugzilla – Bug 770036
[PATCH] Fix memory leak in VteTerminalPrivate::child_watch_done()
Last modified: 2016-08-17 14:14:26 UTC
Created attachment 333500 [details] [review] Fix memory leak in VteTerminalPrivate::child_watch_done() Match g_object_ref() with a call to g_object_unref(). The bug was introduced in 50aee40.
Ouch! Thanks for noticing. Instead of adding the unref, I just removed the ref, as explained in the new commit message. Thanks!!