After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 332633 - leak in the spellchecker code
leak in the spellchecker code
Status: RESOLVED FIXED
Product: GtkHtml
Classification: Other
Component: html-editor-control
3.9.x
Other Linux
: Normal normal
: ---
Assigned To: gtkhtml-maintainers
Evolution QA team
Depends on:
Blocks:
 
 
Reported: 2006-02-26 15:45 UTC by Kjartan Maraas
Modified: 2006-02-27 14:03 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch for leak (665 bytes, patch)
2006-02-26 15:46 UTC, Kjartan Maraas
accepted-commit_now Details | Review
update patch (646 bytes, patch)
2006-02-27 13:40 UTC, Kjartan Maraas
none Details | Review

Description Kjartan Maraas 2006-02-26 15:45:48 UTC
Attaching a patch...
Comment 1 Kjartan Maraas 2006-02-26 15:46:36 UTC
Created attachment 60159 [details] [review]
patch for leak
Comment 2 Veerapuram Varadhan 2006-02-27 13:30:04 UTC
Patch looks good, however, would recommend intializing "val" to NULL.
Comment 3 Kjartan Maraas 2006-02-27 13:40:03 UTC
Created attachment 60234 [details] [review]
update patch

Now sets val = NULL; too
Comment 4 Veerapuram Varadhan 2006-02-27 13:53:25 UTC
updating the patch status.  The first patch itself is correct.  Sorry, for being too obvious. 
Comment 5 Kjartan Maraas 2006-02-27 14:03:24 UTC
Commited the first variant.