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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 5 10:53:33 PST 2007


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


alp at atoker.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |alp at atoker.com




------- Comment #3 from alp at atoker.com  2007-12-05 10:53 PDT -------
This works well.

Can you fix up the patch so:

 There are no spaces before parentheses:
  gdk_atom_intern_static_string ("text/html")

ChangeLog should use spaces not tabs. Reviewer field should be left empty.

+                if (fragment)
+                    return fragment.release();
+            }
+            gtk_selection_data_free (data);

This looks like a leak. data isn't freed when returning early.


Thanks!


-- 
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