GNOME Bugzilla – Bug 687977
icon-theme: Add some preconditions for NULL arguments
Last modified: 2012-11-09 16:29:24 UTC
gtk_icon_info_load_symbolic(), gtk_icon_info_load_symbolic_for_context(), gtk_icon_info_load_symbolic_for_style() have no checks to see whether input is NULL. Add precondition checks for consistency.
Created attachment 228544 [details] [review] icon-theme: Add some preconditions for NULL arguments Related to this crash: https://bugzilla.gnome.org/show_bug.cgi?id=687967
Review of attachment 228544 [details] [review]: Looks good to me
Attachment 228544 [details] pushed as c8de9ab - icon-theme: Add some preconditions for NULL arguments