[webkit-reviews] review granted: [Bug 95029] [BlackBerry] cookie database thread is leaking a pthread_attr : [Attachment 160597] fix

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Aug 26 04:49:16 PDT 2012


Rob Buis <rwlbuis at gmail.com> has granted Joe Mason <jmason at rim.com>'s request
for review:
Bug 95029: [BlackBerry] cookie database thread is leaking a pthread_attr
https://bugs.webkit.org/show_bug.cgi?id=95029

Attachment 160597: fix
https://bugs.webkit.org/attachment.cgi?id=160597&action=review

------- Additional Comments from Rob Buis <rwlbuis at gmail.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=160597&action=review


LGTM.

>
Source/WebCore/platform/blackberry/CookieDatabaseBackingStore/CookieDatabaseBac
kingStore.cpp:68
> +    createThread("cookie_database", pthread_attr_default);

Should we have a default param value for this so we don't even need to specify?


More information about the webkit-reviews mailing list