Fixes #19. Add destructor to ConditionBank.
authorMatt Weiss <mdw55189@gmail.com>
Mon, 16 Jan 2017 16:26:10 +0000 (10:26 -0600)
committerMatt Weiss <mdw55189@gmail.com>
Mon, 16 Jan 2017 16:26:10 +0000 (10:26 -0600)
commit85f6b6e7f0c65f292e21af4b0fa2ef6ad2955a00
treeb0a70b8ec988c8cc1f7866cbe8fcfffac01838f9
parent36b33f71c9b2568f3bfe1127741a1187b0ab342a
Fixes #19.  Add destructor to ConditionBank.

Added a destructor to the ConditionBank class to deallocate the m_pair array.
Valgrind was used to test the shutdown of samples/MallocTest was clean.

Additional changes were needed in MallocTest to register with and update QSBR
so the table migration would be cleaned up.
junction/striped/ConditionBank.cpp
junction/striped/ConditionBank.h
samples/MallocTest/MallocTest.cpp