GNOME Bugzilla – Bug 690943
sourceview: Don't check if objects are not NULL before calling g_clear_object().
Last modified: 2013-01-01 21:19:25 UTC
See attached patch.
Created attachment 232450 [details] [review] sourceview: Don't check if objects are not NULL before calling g_clear_object(). g_clear_object() does that itself so there's no need to do it.
Review of attachment 232450 [details] [review]: Thanks, I have committed it.