mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-03-01 14:15:49 +08:00
ITS#1803, bogus free() of lber-private memory.
This commit is contained in:
parent
ae3a80eb09
commit
a039bd97ea
@ -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 New Issue
Block a user