[Webkit-unassigned] [Bug 28677] Allow excluding certain plugins from loading

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 1 03:11:41 PDT 2009


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





--- Comment #9 from Marius Renn <damarvy at gmail.com>  2009-09-01 03:11:41 PDT ---
(In reply to comment #8)
> Committed r47920: <http://trac.webkit.org/changeset/47920>

Woha, sorry about that. I have to admit I hadn't tried compiling in Windows. I
will be more careful in the future...

Anyway, I took a look at the patch to fix the Windows issue. I am a bit
concerned about the release() call within the if() statement. If the expression
'(!m_client || m_client->shouldLoadPluginPackage(package.get()))' evaluates to
false, then will we not leak memory (as the add(package.release()) will not be
called? Correct me if I am wrong though.

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