[Webkit-unassigned] [Bug 115624] [GTK] Initialize WebKitWebPlugin path to prevent double-free

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 6 00:59:47 PDT 2013


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





--- Comment #2 from Carlos Garcia Campos <cgarcia at igalia.com>  2013-05-06 00:58:10 PST ---
(From update of attachment 200639)
Oh!, this happens because webkitwebplugin is doing new WebKitWebPluginPrivate(). I think a better fix would be to use GOwnPtr<char> for the path. GOwnPtr initializes the internal pointer on construction and you can remove all the g_free.

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