aboutsummaryrefslogtreecommitdiffstats
path: root/irc.c
diff options
context:
space:
mode:
Diffstat (limited to 'irc.c')
-rw-r--r--irc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/irc.c b/irc.c
index 39943877..13a77a72 100644
--- a/irc.c
+++ b/irc.c
@@ -241,6 +241,7 @@ void irc_free( irc_t * irc )
g_free( irc->sendbuffer );
g_free( irc->readbuffer );
g_free( irc->password );
+ g_free( irc->last_root_cmd );
g_free( irc );