GNOME Bugzilla – Bug 337874
segfault in Gtk::IconTheme::get_search_path
Last modified: 2006-04-12 00:53:22 UTC
Gtk::IconTheme::get_search_path() dereferences a NULL pointer, which causes a segfault whenever it is called. Attached is a patch that fixes this issue. Is it ok if I commit this change?
Created attachment 63073 [details] [review] fix for segfault in get_search_path
That looks good. Please do commit it to 2.8 and HEAD.
fixed in 2-8 and HEAD