Skip to content

v1.0.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@tiny-express tiny-express released this 18 Jun 16:35
· 2099 commits to master since this 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