Simple addition to valgrind test.
[awesomized/libmemcached] / tests / libmemcached_world.h
index 5a5e15b5c4fb5ff622e08e96d08357025be29fab..4793569c1e14b56165ad110b7e44df961a322f30 100644 (file)
@@ -133,6 +133,10 @@ test_return_t world_destroy(libmemcached_test_container_st *container)
 
   server_shutdown(construct);
 
+#ifdef LIBMEMCACHED_WITH_SASL_SUPPORT
+  sasl_done();
+#endif
+
   return TEST_SUCCESS;
 }