Skip to content
Snippets Groups Projects
Commit a039bd97 authored by Howard Chu's avatar Howard Chu
Browse files

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

parent ae3a80eb
Branches
Tags
No related merge requests found
......@@ -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) );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment