Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add memcheck in front of show-leak-kinds While using massif in valgrind, like below ``` valgrind --tool=massif ./qtest ``` It would return `Unknown option: --show-leak-kinds=all` In fact, the option `show-leak-kinds` should be called in `memcheck` Just like `memcheck:leak-check=full`
- Loading branch information