# HG changeset patch # User Matti Hamalainen # Date 1307761300 -10800 # Node ID 77f2093f9310d56316d54278340e14aa91c10dcd # Parent 7c96f52e9a3bcf45554c22a4f64c2b85122ba5fe Fix a memleak. diff -r 7c96f52e9a3b -r 77f2093f9310 nnchat.c --- a/nnchat.c Sat Jun 11 06:01:23 2011 +0300 +++ b/nnchat.c Sat Jun 11 06:01:40 2011 +0300 @@ -647,6 +647,7 @@ else printMsgQ(NULL, isIgnored, "½11½%s½0½\n", h); + th_free(name); th_free(h); } else { /* It's an action (/me) */