diff --git a/servers/slapd/add.c b/servers/slapd/add.c index 3c5c66a9dd..3d308ea8c1 100644 --- a/servers/slapd/add.c +++ b/servers/slapd/add.c @@ -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) );