commit | 6f49e5f4e0e9698357417ea8ea26f3b86a2793db | [log] [tgz] |
---|---|---|
author | Chad Brubaker <cbrubaker@google.com> | Fri Mar 20 13:54:21 2015 -0700 |
committer | Chad Brubaker <cbrubaker@google.com> | Fri Mar 20 13:59:20 2015 -0700 |
tree | bc9f673144619e37a6994548251b8ffe6e26fafa | |
parent | f862a764e4d20495d484664de852e4d6de26f08b [diff] |
Remove calls to Entry::~Entry in Delete The code was using ~Entry to clear the entry for later using a destructed object is undefined behavior and the object wasn't actually being zeroed causing the table to fill up and no new operations could be started. Change-Id: I236043cc9796e2c6def210b10634de7fa489a8d9