ITS#1803, bogus free() of lber-private memory.

This commit is contained in:
Howard Chu 2002-05-06 16:51:00 +00:00
parent ae3a80eb09
commit a039bd97ea

View File

@ -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) );