aboutsummaryrefslogtreecommitdiff
path: root/net/tcpclient.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/tcpclient.c')
-rw-r--r--net/tcpclient.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/net/tcpclient.c b/net/tcpclient.c
index 93fbb91..9804db8 100644
--- a/net/tcpclient.c
+++ b/net/tcpclient.c
@@ -526,9 +526,11 @@ static void *tcpclient_new(t_floatarg udpflag)
static void tcpclient_free(t_tcpclient *x)
{
+ if (x->x_verbosity) post("tcpclient_free...");
tcpclient_disconnect(x);
clock_free(x->x_poll);
clock_free(x->x_clock);
+ if (x->x_verbosity) post("...tcpclient_free");
}
void tcpclient_setup(void)