Bug 256412 - Fix CSSSelector copy constructor memory leak
Summary: Fix CSSSelector copy constructor memory leak
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-05-06 00:48 PDT by Matthieu Dubet
Modified: 2023-05-10 15:30 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Matthieu Dubet 2023-05-06 00:48:31 PDT
Fix CSSSelector copy constructor memory leak (the ref count is never 0)
Comment 1 Matthieu Dubet 2023-05-06 00:48:45 PDT
rdar://108836283
Comment 2 Matthieu Dubet 2023-05-08 02:27:27 PDT
Pull request: https://github.com/WebKit/WebKit/pull/13570
Comment 3 EWS 2023-05-09 03:53:21 PDT
Committed 263859@main (28bb70d0289c): <https://commits.webkit.org/263859@main>

Reviewed commits have been landed. Closing PR #13570 and removing active labels.
Comment 4 EWS 2023-05-10 15:30:20 PDT
Committed 259548.753@safari-7615-branch (08cf44bc2869): <https://commits.webkit.org/259548.753@safari-7615-branch>

Reviewed commits have been landed. Closing PR #592 and removing active labels.