libevent 2.0 compat

This commit is contained in:
Michael Davidsaver
2020-03-20 09:00:20 -07:00
parent 320755ebd5
commit d452e009ce
6 changed files with 6 additions and 4 deletions
-1
View File
@@ -212,7 +212,6 @@ MAIN(testsock)
test_from_wire();
test_to_wire();
testDiag("Done");
libevent_global_shutdown();
cleanup_for_valgrind();
return testDone();
}