We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51d1ddb commit acdf34eCopy full SHA for acdf34e
1 file changed
src/clients/FtpGateway.cc
@@ -1497,7 +1497,7 @@ ftpReadCwd(Ftp::Gateway * ftpState)
1497
ftpState->cwd_message.append('\n');
1498
ftpState->cwd_message.append(w->key);
1499
}
1500
- ftpState->ctrl.message = nullptr;
+ wordlistDestroy(&ftpState->ctrl.message);
1501
1502
/* Continue to traverse the path */
1503
ftpTraverseDirectory(ftpState);
0 commit comments