Bug 114544

Summary: Block freeing thread should call Region::destroy instead of delete
Product: WebKit Reporter: Mark Hahnenberg <mhahnenberg>
Component: JavaScriptCoreAssignee: Mark Hahnenberg <mhahnenberg>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch oliver: review+

Mark Hahnenberg
Reported 2013-04-12 16:19:25 PDT
Since Region doesn't have a virtual destructor, calling delete will not properly clean up all of the state of the Region. We should call destroy() instead.
Attachments
Patch (1.48 KB, patch)
2013-04-12 16:23 PDT, Mark Hahnenberg
oliver: review+
Mark Hahnenberg
Comment 1 2013-04-12 16:23:43 PDT
Mark Hahnenberg
Comment 2 2013-04-12 16:41:52 PDT
Mark Hahnenberg
Comment 3 2013-04-12 16:43:48 PDT
Note You need to log in before you can comment on or make changes to this bug.