Add shutdown wrapper
diff --git a/src/ccnx/sync-socket.cc b/src/ccnx/sync-socket.cc
index 3ef1c96..f70f6ba 100644
--- a/src/ccnx/sync-socket.cc
+++ b/src/ccnx/sync-socket.cc
@@ -46,7 +46,9 @@
 }
 
 SyncSocket::~SyncSocket()
-{}
+{
+  m_handler->shutdown();
+}
 
 bool 
 SyncSocket::publishData(const std::string &prefix, uint32_t session, const char *buf, size_t len, int freshness)