commit | fa03369f8c3af1616e6e124e724123713b492498 | [log] [tgz] |
---|---|---|
author | Austin Schuh <aschuh@localhost> | Sun Feb 24 01:00:55 2013 -0800 |
committer | Austin Schuh <austin.linux@gmail.com> | Tue Mar 05 21:34:44 2013 -0800 |
tree | 8ca31b914216615bb976ff97a7df2607d59898d6 | |
parent | dc1c84aa3321781f878e3143f0f6bd9e301dd7e5 [diff] [blame] |
Test cases all pass. Wrist should be good. Made it a bit snappier.
diff --git a/aos/common/queue_testutils.cc b/aos/common/queue_testutils.cc index 7db5a6e..d1eeaf9 100644 --- a/aos/common/queue_testutils.cc +++ b/aos/common/queue_testutils.cc
@@ -103,6 +103,7 @@ } GlobalCoreInstance::~GlobalCoreInstance() { + log_uninit(); free(global_core->mem_struct); global_core = NULL; }