RESOLVED FIXED 114544
Block freeing thread should call Region::destroy instead of delete
https://bugs.webkit.org/show_bug.cgi?id=114544
Summary Block freeing thread should call Region::destroy instead of delete
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.