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
1 file changed