Add basic pledge/unveil sandbox on OpenBSD
[tinc] / test / unit / test_proxy.c
index a5b30bd..affbd3b 100644 (file)
@@ -19,6 +19,9 @@ static int teardown(void **state) {
        free(proxypass);
        proxypass = NULL;
 
+       free(proxyhost);
+       proxyhost = NULL;
+
        return 0;
 }