Skip to content

v0.0.3

Latest
Compare
Choose a tag to compare
@mjy9088 mjy9088 released this 16 May 16:37
· 10 commits to master since this release

0.0.3

Breaking Changes

  • t_leak_test_options has one more field. It's recommended to use bzero to zero before use.
  • Now it's error to use test function that NOT call malloc(). Maybe useful to prevent passing incorrect function.

New Features

  • Added various error values may useful to debugging.
  • It's considered an error if no malloc() call in test function, and allow_empty option is false.

Bug Fixed

  • Not calling leak_test_end() before test function end will not cause bug anymore.

Full Changelog: v0.0.2...v0.0.3