* upsie, don't leak.
authorWilfried Göesgens <willi@citadel.org>
Sat, 29 Nov 2008 08:48:41 +0000 (08:48 +0000)
committerWilfried Göesgens <willi@citadel.org>
Sat, 29 Nov 2008 08:48:41 +0000 (08:48 +0000)
webcit/msg_renderers.c

index a3a7d446c9247072497e6edb1177627a1471992f..1fb5739db6e8d5a5a2d2d1125cd343297a527ed3 100644 (file)
@@ -509,6 +509,8 @@ void examine_content_type(message_summary *Msg, StrBuf *HdrLine, StrBuf *FoundCh
                        }
                        else lprintf(1, "don't know how to handle content type sub-header[%s]\n", ChrPtr(Token));
                }
+               FreeStrBuf(&Token);
+               FreeStrBuf(&Value);
        }
 }