* fix various leaks
[citadel.git] / webcit / downloads.c
index 19e3ce5b56114478b6dee6187f4d168c39be6244..b5c04c23e0d5276434be9a6583b7e51d184a525d 100644 (file)
@@ -375,6 +375,7 @@ void output_image(void)
                        if (!IsEmptyStr(MimeType))
                        {
                                http_transmit_thing(MimeType, 0);
+                               FreeStrBuf(&Buf);
                                return;
                        }
                }