mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 08:39:37 -05:00
ITS#1803, bogus free() of lber-private memory.
This commit is contained in:
parent
ae3a80eb09
commit
a039bd97ea
1 changed files with 0 additions and 1 deletions
|
|
@ -137,7 +137,6 @@ do_add( Connection *conn, Operation *op )
|
|||
#endif
|
||||
send_ldap_result( conn, op, rc = LDAP_PROTOCOL_ERROR,
|
||||
NULL, "no values for attribute type", NULL, NULL );
|
||||
free( tmp.sml_type.bv_val );
|
||||
goto done;
|
||||
}
|
||||
mod = (Modifications *) ch_malloc( sizeof(Modifications) );
|
||||
|
|
|
|||
Loading…
Reference in a new issue