Boost log로 인한 still reachable memory leak

Gunjoo Ahn·2022년 9월 27일
0

"still reachable" means your program is probably ok -- it didn't free some memory it could have. This is quite common and often reasonable. Don't use --show-reachable=yes if you don't want to see these reports.

Reference

https://stackoverflow.com/questions/26542618/the-use-of-boost-log-valgrind-check-memory-leak

profile
Backend Developer

0개의 댓글