LKedward / fhash

fpm package implementing a hash table with support for generic keys and values.
https://lkedward.github.io/fhash/
MIT License
38 stars 8 forks source link

Add: memory cleanup routines #4

Closed LKedward closed 3 years ago

LKedward commented 3 years ago

Add recursive cleanup routine for fhash_node_t and a finalizer for fhash_tbl_t. closes #1.

LKedward commented 3 years ago

Tests passed on all platforms, merging.