Browse Source

fix memory leak in dump_exit_policy_to_string tests

Nick Mathewson 10 years ago
parent
commit
167536a112
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/test/test_policy.c

+ 1 - 0
src/test/test_policy.c

@@ -404,6 +404,7 @@ test_dump_exit_policy_to_string(void *arg)
 
  test_streq("accept *:*\nreject *:25\nreject 8.8.8.8:*\n"
             "reject6 [fc00::]/7:*",ep);
+ tor_free(ep);
 
  policy_entry =
  router_parse_addr_policy_item_from_string("accept6 [c000::]/3:*",-1);