]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/sl_malloc.c
Plug mutex/rwlock leaks (destroy them)
[openldap] / servers / slapd / sl_malloc.c
index a295483068cefd5fecf7bb17e03cf65a96dffa77..011507527409ed77d676b021099fd24dd1d3a406 100644 (file)
@@ -366,7 +366,7 @@ slap_sl_malloc(
                        }
                } else {
                        Debug( LDAP_DEBUG_TRACE,
-                               "slap_sl_malloc of %lu bytes, falling back to ch_malloc\n",
+                               "sl_malloc %lu: ch_malloc\n",
                                (long)size, 0, 0);
                        return (void*)ch_malloc(size);
                }