GNOME Bugzilla – Bug 332633
leak in the spellchecker code
Last modified: 2006-02-27 14:03:24 UTC
Attaching a patch...
Created attachment 60159 [details] [review] patch for leak
Patch looks good, however, would recommend intializing "val" to NULL.
Created attachment 60234 [details] [review] update patch Now sets val = NULL; too
updating the patch status. The first patch itself is correct. Sorry, for being too obvious.
Commited the first variant.