(doit): remove leftover sockets

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@12770 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
2003-09-04 13:42:05 +00:00
parent e7f2346d0c
commit e264c26f0c

View File

@@ -681,6 +681,7 @@ doit(int sock, int tcp_flag)
else else
ret = doit_active (&context, sock, flags, tcp_flag); ret = doit_active (&context, sock, flags, tcp_flag);
context_destroy (&context); context_destroy (&context);
cleanup(nsockets, sockets);
return ret; return ret;
} }