[Webkit-unassigned] [Bug 16290] [GTK] Pasting clipboard in rich text

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 5 11:12:47 PST 2007


http://bugs.webkit.org/show_bug.cgi?id=16290





------- Comment #4 from alp at atoker.com  2007-12-05 11:12 PDT -------
        String text = String::fromUTF8(gtk_clipboard_wait_for_text(clipboard));

This is also a leak. The return value must be freed -- see the code a few lines
below for an example.


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



More information about the webkit-unassigned mailing list