]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/sl_malloc.c
ITS#2846 - make veryclean
[openldap] / servers / slapd / sl_malloc.c
index e635cafc62dc474ea387c44bf38fe5e8b7142dc4..4c862310e8ec27f4606e6772b132b66d00680b40 100644 (file)
@@ -1,8 +1,17 @@
 /* sl_malloc.c - malloc routines using a per-thread slab */
 /* $OpenLDAP$ */
-/*
- * Copyright 2003 The OpenLDAP Foundation, All Rights Reserved.
- * COPYING RESTRICTIONS APPLY, see COPYRIGHT file
+/* This work is part of OpenLDAP Software <http://www.openldap.org/>.
+ *
+ * Copyright 2003 The OpenLDAP Foundation.
+ * All rights reserved.
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted only as authorized by the OpenLDAP
+ * Public License.
+ *
+ * A copy of this license is available in the file LICENSE in the
+ * top-level directory of the distribution or, alternatively, at
+ * <http://www.OpenLDAP.org/license.html>.
  */
 
 #include "portable.h"
@@ -80,13 +89,6 @@ sl_mem_detach(
 {
        /* separate from context */
        ldap_pvt_thread_pool_setkey( ctx, sl_mem_init, NULL, NULL );
-
-       /* The code used to try to use realloc to shrink the region.
-        * This is unsafe, since realloc may return a different block
-        * of memory from what was passed in, and the region contains
-        * pointers that reference itself. After realloc, these pointers
-        * are invalid, and crashes result.
-        */
 }
 
 void *