More sensible cleanup ordering.

This commit is contained in:
Ian Gulliver
2016-02-25 16:48:51 -08:00
parent 3155381678
commit 3235211bc2

View File

@@ -128,14 +128,14 @@ int main(int argc, char *argv[]) {
resolve_cleanup();
json_cleanup();
proto_cleanup();
receive_cleanup();
send_cleanup();
incoming_cleanup();
outgoing_cleanup();
json_cleanup();
proto_cleanup();
rand_cleanup();
wakeup_cleanup();