File wrong-free.diff of Package libmsn
--- msn/switchboardserver.cpp
+++ msn/switchboardserver.cpp
@@ -476,7 +476,7 @@ public:
body_stream.read((char*)part, 1202);
std::string part1(part);
chunks.push_back(part1);
- free(part);
+ delete [] part;
}
// sending the first one