[webkit-changes] [WebKit/WebKit] bfe023: [JSC] Fix memory leaks for AbstractHeap in OMGIRGe...
Yijia Huang
noreply at github.com
Sat Aug 24 18:19:55 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: bfe0238da5a9fee33568d685bfc09010f695dec5
https://github.com/WebKit/WebKit/commit/bfe0238da5a9fee33568d685bfc09010f695dec5
Author: Yijia Huang <yijia_huang at apple.com>
Date: 2024-08-24 (Sat, 24 Aug 2024)
Changed paths:
M Source/JavaScriptCore/wasm/WasmOMGIRGenerator.cpp
Log Message:
-----------
[JSC] Fix memory leaks for AbstractHeap in OMGIRGenerator
https://bugs.webkit.org/show_bug.cgi?id=278594
rdar://134598934
Reviewed by Yusuke Suzuki.
Use unique_ptr for the AbstractHeap fields defined in
OMGIRGenerator to avoid memory leaks.
* Source/JavaScriptCore/wasm/WasmOMGIRGenerator.cpp:
Canonical link: https://commits.webkit.org/282707@main
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list