[Client] Free the allocated packet

This commit is contained in:
Matteo Cypriani 2011-03-25 11:35:03 +01:00
parent 7c6d09d859
commit c980d05baa
1 changed files with 1 additions and 0 deletions

View File

@ -82,6 +82,7 @@ int main(int argc, char *argv[])
make_packet() ;
send_request() ;
free(packet) ;
close(sockfd) ;
if (options.listening_port > 0)