Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
dCache
cta
Commits
eade6470
Commit
eade6470
authored
Sep 29, 2014
by
Elvin Sindrilaru
Browse files
XROOTD: Free the error message only if wasn't already freed in the mover_close_file method
parent
fca99527
Changes
1
Hide whitespace changes
Inline
Side-by-side
xrootd/XrdxCastor2Ofs.cpp
View file @
eade6470
...
...
@@ -548,7 +548,8 @@ XrdxCastor2OfsFile::close()
}
// Free errmsg memory
free
(
errmsg
);
if
(
errmsg
)
free
(
errmsg
);
}
if
(
gSrv
->
mLogLevel
==
LOG_DEBUG
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment