-
Type: Bug
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
ALL
In repl_block.cpp an Info's loc is allocated using new [] but deallocated using the non array version of delete.
Reported while running the repl set tests under valgrind.