Fix resource destructors

Apparently the resource name is quite important. The old code was
attempting to free all hashes with the iterator destructor which also
had a bug that masked the underlying issue. This fixes the wrong
destructor issue as well as the iterator destructor bug.
1 file changed
tree: fcda1d2867ebe4d32ffd60a2f0ea9efe95fdca49
  1. c_src/
  2. src/
  3. test/
  4. .gitignore
  5. LICENSE
  6. Makefile
  7. README.md
  8. rebar.config
README.md

khash

This is a basic NIF wrapper around Kazlib's hash data structure.