Memleak: post_message(): don't forget about the recipient buffer.
authorWilfried Goesgens <dothebart@citadel.org>
Mon, 15 Nov 2010 13:43:50 +0000 (14:43 +0100)
committerWilfried Goesgens <dothebart@citadel.org>
Mon, 15 Nov 2010 19:01:20 +0000 (20:01 +0100)
webcit/messages.c

index 93521ee64072c88111299ee1548bda54b541b2fa..9286d3992bc90eac6a3cb8db29786c891ac1cfaf 100644 (file)
@@ -1256,6 +1256,7 @@ void post_message(void)
                                return;
                        }
                }
+               FreeStrBuf(&Recp);
                FreeStrBuf(&Buf);
                FreeStrBuf(&Cc);
                FreeStrBuf(&Bcc);