Skip to content
Snippets Groups Projects
Commit 43ced95f authored by Elvin Sindrilaru's avatar Elvin Sindrilaru
Browse files

XROOTD: Fix memory leak in case proc files can not be opened for writing server statistics

parent 1f2d821e
Branches
Tags
No related merge requests found
......@@ -84,6 +84,8 @@ XrdxCastor2Proc::Handle( const char* name )
files.Add( name, phandle );
return phandle;
}
delete phandle;
}
return NULL;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment