[webkit-reviews] review requested: [Bug 59705] WTF::postTimer() leaks a CFRunLoopTimerRef every time it's called : [Attachment 91502] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 28 09:19:27 PDT 2011


David Kilzer (ddkilzer) <ddkilzer at webkit.org> has asked  for review:
Bug 59705: WTF::postTimer() leaks a CFRunLoopTimerRef every time it's called
https://bugs.webkit.org/show_bug.cgi?id=59705

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

------- Additional Comments from David Kilzer (ddkilzer) <ddkilzer at webkit.org>
Reviewed by NOBODY (OOPS!).

* wtf/mac/MainThreadMac.mm:
(WTF::postTimer): Use RetainPtr to plug the leak.
---
 2 files changed, 12 insertions(+), 1 deletions(-)


More information about the webkit-reviews mailing list