0.0.3
Breaking Changes
t_leak_test_options
has one more field. It's recommended to usebzero
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, andallow_empty
option isfalse
.
Bug Fixed
- Not calling
leak_test_end()
before test function end will not cause bug anymore.
Full Changelog: v0.0.2...v0.0.3