Commit b3534dfc authored by Nick Mathewson's avatar Nick Mathewson 🤹
Browse files

Add missing check to test_address_get_if_addrs_ifaddrs. Bug 18378

parent cda23817
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -297,7 +297,9 @@ test_address_get_if_addrs_ifaddrs(void *arg)
  }

  done:
  if (results) {
    SMARTLIST_FOREACH(results, tor_addr_t *, t, tor_free(t));
  }
  smartlist_free(results);
  return;
}