[webkit-reviews] review requested: [Bug 186152] Fix leak of AudioDeviceID array due to an early return in AudioDeviceMac::GetNumberDevices() : [Attachment 341684] Patch v3

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 31 12:11:23 PDT 2018


David Kilzer (:ddkilzer) <ddkilzer at webkit.org> has asked  for review:
Bug 186152: Fix leak of AudioDeviceID array due to an early return in
AudioDeviceMac::GetNumberDevices()
https://bugs.webkit.org/show_bug.cgi?id=186152

Attachment 341684: Patch v3

https://bugs.webkit.org/attachment.cgi?id=341684&action=review




--- Comment #6 from David Kilzer (:ddkilzer) <ddkilzer at webkit.org> ---
Created attachment 341684

  --> https://bugs.webkit.org/attachment.cgi?id=341684&action=review

Patch v3

Remove 'const' from 'numberDevices' since it used in an in-out context in
AudioObjectGetPropertyData().


More information about the webkit-reviews mailing list