Runtime unit tests used `new[]` to allocate memory, which then was released using `free`. This was detected by address sanitizer.
1.1 KiB
1.1 KiB
Runtime unit tests used `new[]` to allocate memory, which then was released using `free`. This was detected by address sanitizer.