[Webkit-unassigned] [Bug 55989] [GTK] Possible leaks after splitting TextCheckerClientEnchant.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 8 21:34:49 PST 2011


https://bugs.webkit.org/show_bug.cgi?id=55989


Martin Robinson <mrobinson at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #85121|review?, commit-queue?      |review+, commit-queue-
               Flag|                            |




--- Comment #2 from Martin Robinson <mrobinson at webkit.org>  2011-03-08 21:34:49 PST ---
(From update of attachment 85121)
View in context: https://bugs.webkit.org/attachment.cgi?id=85121&action=review

Thanks for fixing this.

> Source/WebKit/gtk/WebCoreSupport/TextCheckerClientEnchant.cpp:81
> +    int utflen = g_utf8_strlen(ctext.get(), -1);

Please change ctext to utf8Text and utflen to utf8Length. I know that you didn't add this code, but utflen makes no sense at all. :)

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list