fixing double destruction of CSL::data_type
Summary: the currently code calls both ~SkipListNode() and node->data_.~value_type() causes double destructing the object. Test Plan: adding dihde's testing code to a test case Reviewed By: emailweixu@fb.com FB internal diff: D612289
Showing
Please register or sign in to comment