diff --git a/libfreerdp-crypto/nla.c b/libfreerdp-crypto/nla.c index 243cb50e6..86c27cd67 100644 --- a/libfreerdp-crypto/nla.c +++ b/libfreerdp-crypto/nla.c @@ -253,7 +253,7 @@ int credssp_client_authenticate(rdpCredssp* credssp) if (have_input_buffer && (input_buffer.pvBuffer != NULL)) { - free(input_buffer.pvBuffer); +// free(input_buffer.pvBuffer); input_buffer.pvBuffer = NULL; }