Fixed several rather large memory leaks in the monitor.
commitb0f66ea85dd23e62cf8c6763cb7c2712b8ff375e
authorstrange <kawk256@gmail.com>
Fri, 19 Feb 2010 16:38:23 +0000 (19 09:38 -0700)
committerstrange <kawk256@gmail.com>
Fri, 19 Feb 2010 16:38:23 +0000 (19 09:38 -0700)
tree41ebcb4da30745b8ceecb14a6d5c40c7ae4a0621
parent916e3cbf8071425f7f200b4de5d6a0da3694febd
Fixed several rather large memory leaks in the monitor.

Approximately 100KB was being leaked with every run of the monitor . . . all
due to me not freeing the overload_parser in ProgramManager
::place_initial_breakpoints(), and me not calling the destructor for the
placement-new allocated Symbols in SymbolParser.
monitor/src/Initializer.cpp
monitor/src/ProgramManager.cpp
monitor/src/elf/SymbolParser.cpp
tests/.gitignore
tests/cpp_new_test [deleted file]