Free primes

This commit is contained in:
James Booth
2015-05-18 00:33:24 +01:00
parent da6bf143c7
commit c6fb212a74
3 changed files with 11 additions and 0 deletions

View File

@@ -226,6 +226,7 @@ _shutdown(void)
shutdown(listen_socket, 2);
close(listen_socket);
prime_free_all();
stanza_free_all();
log_close();
}