GNOME Bugzilla – Bug 614423
TreeModel sv_from_iter leak on NULL
Last modified: 2010-03-31 17:41:27 UTC
Created attachment 157551 [details] [review] sv_from_iter() avoid AV leak on NULL It looks like sv_from_iter() may leak an AV if called with iter==NULL. I don't think that ever happens, or not unless maybe some C code calls the interface funcs with bad args, but perhaps the attached rearrangement.
Committed, thanks.