Browse Source

cleanup empties the hash but does not remove the tree root, as this is removed in the destructor.

1.0.0
Georg Hopp 11 years ago
parent
commit
1753e0928d
  1. 2
      src/hash/cleanup.c

2
src/hash/cleanup.c

@ -40,8 +40,6 @@ TR_hashCleanup(TR_Hash this)
} else {
TR_treeDestroy(this->tree, tDelete);
}
TR_delete(this->tree);
}
// vim: set ts=4 sw=4:
Loading…
Cancel
Save