Skip to content
Snippets Groups Projects
Commit 073fe5fb authored by Giuseppe Lo Presti's avatar Giuseppe Lo Presti
Browse files

Fixed memory leak

parent 4f4c56b4
Branches
Tags
No related merge requests found
......@@ -768,6 +768,7 @@ throw (castor::exception::Exception) {
// Process the objects data
try {
if (obj->type() == OBJ_EndResponse) {
delete obj;
continue; // Ignored since 2.1.7-7+
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment