There are multiple ways to define "leak". One way is "everything that isn't freed at the end". This is what leak sanitizer does. Another way to define leak is loosing non-constant number of allocated objects, which has real risk of eating all memory and OOMing the process.
When run program sampler_test, a memory leak has been found
The text was updated successfully, but these errors were encountered: