From 122fa3ed0b6f6f1ee310be896bd1506c4c014cdb Mon Sep 17 00:00:00 2001 From: Mikael Magnusson Date: Wed, 13 May 2020 21:04:14 +0200 Subject: WIP debug sk_free --- sysdep/unix/io.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sysdep/unix/io.c') 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 -- cgit v1.2.3