diff --git a/src/or/test.c b/src/or/test.c index 850b895ff9..02b205a5da 100644 --- a/src/or/test.c +++ b/src/or/test.c @@ -1027,7 +1027,6 @@ test_strmap(void) test_eq_ptr(strmap_get(map, "K5"), (void*)10816); #endif - /* Clean up after ourselves. */ strmap_free(map, NULL);