From 97695371f061993f008fcc46b4baf3e1265ad82b Mon Sep 17 00:00:00 2001 From: pranomostro Date: Thu, 16 Feb 2017 13:22:20 +0100 Subject: Free invite structures after accepting. --- ratox.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ratox.c') diff --git a/ratox.c b/ratox.c index 88967e3..8a3a2c6 100644 --- a/ratox.c +++ b/ratox.c @@ -2042,8 +2042,10 @@ loop(void) } unlinkat(gslots[CONF].fd[OUT], inv->fifoname, 0); close(inv->fd); + TAILQ_REMOVE(&invhead, inv, entry); free(inv->fifoname); free(inv->cookie); + free(inv); } for (f = TAILQ_FIRST(&friendhead); f; f = ftmp) { -- cgit v1.2.3