missing cleanup

This commit is contained in:
John
2021-12-11 13:50:43 +01:00
parent e5e1db4c8e
commit 749432707a
+1
View File
@@ -202,6 +202,7 @@ int main(int argc, char** argv) {
result = RESULT_ERR_NOTFOUND;
} else {
result = reader.readFromStream(stream, argv[argpos], time, false, nullptr, &errorDescription, false, &hash, &size);
delete stream;
}
cout << argv[argpos] << " ";
if (result != RESULT_OK) {