Fix a double-free encountered when failing to initialize a handle table bucket (...
authorSean Gillespie <sean@swgillespie.me>
Thu, 27 Apr 2017 17:09:32 +0000 (10:09 -0700)
committerGitHub <noreply@github.com>
Thu, 27 Apr 2017 17:09:32 +0000 (10:09 -0700)
commitb06509c4f35212f097345bba7404b47da86b96c5
tree2b5c3a7b2e1addf453718288fca8d395ea71014e
parent8291db8bdb49768a7620a98865ad642d639c9c87
Fix a double-free encountered when failing to initialize a handle table bucket (#11244)

* Fix a double-free encountered when failing to initialize a handle table bucket

* Don't free m_bucket in the destructor of HandleTableBucketHolder
src/gc/objecthandle.cpp