Commit 99aa93da authored by Dafydd Harries's avatar Dafydd Harries

udp client: free socket before exiting

darcs-hash:20070109120239-c9803-15fff884e60bf64a8e09aa2e6d8ff1d24b5f9101.gz
parent f30f05cd
......@@ -39,6 +39,7 @@ main (void)
g_print (buf);
}
sock.close (&sock);
return 0;
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment