]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/main.c
Fix negative caching again, be sure it's really from zero entries returned
[openldap] / servers / slapd / main.c
index 7295ad853d572c51cc8c1f8d8fdea7b756237d76..38348533d4d698249e23701ab9672dbb75df384f 100644 (file)
@@ -1,7 +1,7 @@
 /* $OpenLDAP$ */
 /* This work is part of OpenLDAP Software <http://www.openldap.org/>.
  *
- * Copyright 1998-2005 The OpenLDAP Foundation.
+ * Copyright 1998-2006 The OpenLDAP Foundation.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -899,6 +899,7 @@ destroy:
        extops_kill();
 
        supported_feature_destroy();
+       entry_info_destroy();
 
 stop:
 #ifdef HAVE_NT_EVENT_LOG