Track and clean up receive objects.

This commit is contained in:
Ian Gulliver
2016-02-23 12:08:53 -08:00
parent 77ee1422c1
commit ab6b8cd5e9
3 changed files with 26 additions and 4 deletions

View File

@@ -118,13 +118,14 @@ int main(int argc, char *argv[]) {
peer_loop();
rand_cleanup();
resolve_cleanup();
wakeup_cleanup();
receive_cleanup();
send_cleanup();
incoming_cleanup();
outgoing_cleanup();
rand_cleanup();
resolve_cleanup();
wakeup_cleanup();
return EXIT_SUCCESS;
}