Browse Source

Resolves: #489763
Summary: rhds80 64b el5.3 - db2ldif lock case
Description: Fixed double free, which confused the server operation and eventually crashed the server.

Noriko Hosoi 16 years ago
parent
commit
6bb764dd4d
1 changed files with 0 additions and 3 deletions
  1. 0 3
      ldap/servers/slapd/dse.c

+ 0 - 3
ldap/servers/slapd/dse.c

@@ -1139,9 +1139,6 @@ dse_add_entry_pb(struct dse* pdse, Slapi_Entry *e, Slapi_PBlock *pb)
 		slapi_entry_free(schemacheckentry);
 		slapi_entry_free(schemacheckentry);
 	}
 	}
 
 
-	/* callers expect e (SLAPI_ADD_ENTRY) to be freed or otherwise consumed */
-	slapi_entry_free(e);
-
     return rc;
     return rc;
 }
 }