We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cf96ff commit 2dc7f29Copy full SHA for 2dc7f29
1 file changed
src/gridftp_hdfs_error.h
@@ -22,7 +22,7 @@
22
int system_errno = errno; \
23
SomeError(hdfs_handle, msg) \
24
rc = GlobusGFSErrorSystemError(formatted_msg, system_errno); \
25
- globus_free(formatted_msg); \
+ globus_free(formatted_msg);
26
27
28
#define MemoryError(hdfs_handle, msg, rc) \
0 commit comments