[Webkit-unassigned] [Bug 232628] New: Leak of UUID in WebKit::ModelElementController::modelElementDidCreatePreview()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 2 09:59:52 PDT 2021


https://bugs.webkit.org/show_bug.cgi?id=232628

            Bug ID: 232628
           Summary: Leak of UUID in
                    WebKit::ModelElementController::modelElementDidCreateP
                    review()
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit2
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: ddkilzer at webkit.org
                CC: dino at apple.com, kkinnunen at apple.com

Leak of UUID in WebKit::ModelElementController::modelElementDidCreatePreview().

This leaks a UUID object under MRR:

    auto preview = adoptNS([allocASVInlinePreviewInstance() initWithFrame:CGRectMake(0, 0, size.width(), size.height()) UUID:[[NSUUID alloc] initWithUUIDString:uuid]]);

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20211102/fe0a0fca/attachment.htm>


More information about the webkit-unassigned mailing list