- 
Max Kellermann authoredThis was a memory leak, because "mime" was a std::string which created another copy and discarded the allocated buffer. 25c208d8
This was a memory leak, because "mime" was a std::string which created another copy and discarded the allocated buffer.