[Webkit-unassigned] [Bug 97539] Broken and incorrect code in FastMalloc.cpp
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Sep 26 00:47:54 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=97539
--- Comment #5 from Mark Toller <mark.toller at samsung.com> 2012-09-26 00:48:20 PST ---
Sorry, that should have been :
ASSERT(!pthread_mutex_lock(&m_scavengeMutex));
if (!m_scavengeThreadActive && shouldScavenge())
pthread_cond_signal(&m_scavengeCondition);
ASSERT(!pthread_mutex_unlock(&m_scavengeMutex));
as the pthread_mutex_* calls return 0 on success.
--
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