aboutsummaryrefslogtreecommitdiffstats
path: root/irc_user.c
diff options
context:
space:
mode:
Diffstat (limited to 'irc_user.c')
-rw-r--r--irc_user.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/irc_user.c b/irc_user.c
index 3305b072..9758350a 100644
--- a/irc_user.c
+++ b/irc_user.c
@@ -106,6 +106,7 @@ int irc_user_free( irc_t *irc, irc_user_t *iu )
g_free( iu->pastebuf );
if( iu->pastebuf_timer ) b_event_remove( iu->pastebuf_timer );
g_free( iu->key );
+ g_free( iu );
return 1;
}