@ -36,6 +36,7 @@ InMemoryTar::~InMemoryTar() {
f = files.begin();
while (f != files.end()) {
InMemoryFile *imf = *f;
files.remove(*f);
delete imf;
}