GNOME Bugzilla – Bug 733156
Remove redundant checks for NULL
Last modified: 2014-07-14 14:33:01 UTC
Created attachment 280639 [details] [review] Remove redundant checks before free I've grepped sources of glib for checks for NULL just before g_free() (and g_clear_pointer() and g_clear_object()). Here is a patch which removes such redundant checks.
Review of attachment 280639 [details] [review]: looks good to me.
Comment on attachment 280639 [details] [review] Remove redundant checks before free (In reply to comment #1) > Review of attachment 280639 [details] [review]: > > looks good to me. Thank you for the review. I've pushed the patch to master.