You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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`
0 commit comments