diff options
Diffstat (limited to 'adig.c')
-rw-r--r-- | adig.c | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -294,6 +294,11 @@ int main(int argc, char **argv) } ares_destroy(channel); + +#ifdef USE_WINSOCK + WSACleanup(); +#endif + return 0; } |