diff options
author | Mikael Magnusson <mikma@users.sourceforge.net> | 2020-05-13 21:04:14 +0200 |
---|---|---|
committer | Mikael Magnusson <mikma@users.sourceforge.net> | 2020-05-13 21:04:14 +0200 |
commit | 122fa3ed0b6f6f1ee310be896bd1506c4c014cdb (patch) | |
tree | ccfaa025f1d97a56619c5c5373fdec6b7b9ac3a7 | |
parent | 000695c54a905acb6b68a7ec550f4780447446ff (diff) |
WIP debug sk_free
-rw-r--r-- | sysdep/unix/io.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysdep/unix/io.c b/sysdep/unix/io.c index bfefc007..1beb8245 100644 --- a/sysdep/unix/io.c +++ b/sysdep/unix/io.c @@ -797,6 +797,8 @@ sk_free(resource *r) { sock *s = (sock *) r; + log(L_TRACE "sk_free %d %d", s->fd, s->type); + sk_free_bufs(s); #ifdef HAVE_LIBSSH |