[webkit-reviews] review denied: [Bug 102356] leak: AudioContext objects are leaking. : [Attachment 174379] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 15 10:34:49 PST 2012


Adam Barth <abarth at webkit.org> has denied Ilya Tikhonovsky
<loislo at chromium.org>'s request for review:
Bug 102356: leak: AudioContext objects are leaking.
https://bugs.webkit.org/show_bug.cgi?id=102356

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

------- Additional Comments from Adam Barth <abarth at webkit.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=174379&action=review


> Source/WebCore/Modules/webaudio/AudioContext.cpp:199
> +    ref();

There must be a way to solve this problem without calling ref() and deref()
manually.


More information about the webkit-reviews mailing list