Attempting to destroy ccnx-wrapper in the test just after the test...
diff --git a/test/test-ccnx-wrapper.cc b/test/test-ccnx-wrapper.cc
index dc2b0ce..fa3b80f 100644
--- a/test/test-ccnx-wrapper.cc
+++ b/test/test-ccnx-wrapper.cc
@@ -119,6 +119,10 @@
   // reset
   g_dataCallback_counter = 0;
   g_timeout_counter = 0;
+
+
+  c1.reset ();
+  c2.reset ();
 }
 
 // BOOST_AUTO_TEST_CASE (CcnxWrapperSigningTest)