This commit is contained in:
Ugo Cirmignani
2018-12-12 20:47:09 +01:00
parent 34725d65d0
commit c382c4f1e8
6 changed files with 1 additions and 1 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -656,7 +656,7 @@ void resetClientData(ftpDataType *data, int clientId, int isInitialization)
#ifdef OPENSSL_ENABLED
SSL_free(data->clients[clientId].ssl);
SSL_free(data->clients[clientId].workerData.ssl);
//SSL_free(data->clients[clientId].workerData.ssl);
#endif
}