diff options
-rw-r--r-- | src/or/test.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/or/test.c b/src/or/test.c index 850b895ff..02b205a5d 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); |