srdja / Collections-C

A library of generic data structures for the C language.
http://srdja.github.io/Collections-C
GNU Lesser General Public License v3.0
2.8k stars 328 forks source link

Fixed a memory leak in the hashtable #132

Closed alkeldi closed 4 years ago

alkeldi commented 4 years ago

This was addressed in issue https://github.com/srdja/Collections-C/issues/131.

srdja commented 4 years ago

Looks good. Merging in!