RESOLVED DUPLICATE of bug 230881 Bug 230663
Have SourceBufferPrivateAVJObjC use WorkQueue instead of dispatch_async
https://bugs.webkit.org/show_bug.cgi?id=230663
Summary Have SourceBufferPrivateAVJObjC use WorkQueue instead of dispatch_async
Jean-Yves Avenard [:jya]
Reported 2021-09-22 20:07:48 PDT
dispatch_async takes an objective-C block which will do a copy of its argument rather than a move. As discussed in bug 230662 ; this can be problematic of the object originally moved can't be copied.
Attachments
Radar WebKit Bug Importer
Comment 1 2021-09-22 20:08:14 PDT
Jean-Yves Avenard [:jya]
Comment 2 2021-09-28 05:28:14 PDT
incorrectly created a new bug for this one *** This bug has been marked as a duplicate of bug 230881 ***
Note You need to log in before you can comment on or make changes to this bug.