seawreck: exit after test is done

This commit is contained in:
Gleb Natapov
2015-02-12 15:55:03 +02:00
committed by Avi Kivity
parent b8cc243b17
commit 9ee05fdddc

View File

@@ -199,6 +199,7 @@ int main(int ac, char** av) {
// properly, becasue we exit too earily and the FIN packets are
// not exchanged.
delete http_clients;
engine().exit(0);
});
});
});