v1.0.1
Pre-release
Pre-release
Changes in v1.0.1:
- Used calloc instead of malloc for memory allocation to avoid leak problem (will be optimized later)
- Used strdup instead of string_copy
- Fixed memory leak and verified with Valgrind
- Improved Iterator for Array