mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-23 16:19:35 -05:00
Forgot to remove one prompts free
This commit is contained in:
parent
9e984beded
commit
ed91ab4cbe
1 changed files with 0 additions and 8 deletions
|
|
@ -686,14 +686,6 @@ ldap_int_sasl_bind(
|
|||
saslrc, 0, 0 );
|
||||
#endif
|
||||
|
||||
#if SASL_VERSION_MAJOR >= 2
|
||||
/* XXX the application should free interact results. */
|
||||
if ( prompts != NULL && prompts->result != NULL ) {
|
||||
LDAP_FREE( (void *)prompts->result );
|
||||
prompts->result = NULL;
|
||||
}
|
||||
#endif
|
||||
|
||||
if( saslrc == SASL_INTERACT ) {
|
||||
int res;
|
||||
if( !interact ) break;
|
||||
|
|
|
|||
Loading…
Reference in a new issue