-
Type:
Bug
-
Resolution: Done
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
ALL
-
None
-
3
-
None
-
None
-
None
-
None
-
None
-
None
-
None
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.