]> git.sur5r.net Git - openldap/commitdiff
don't leak temporary URLs
authorPierangelo Masarati <ando@openldap.org>
Sun, 20 Nov 2005 01:58:19 +0000 (01:58 +0000)
committerPierangelo Masarati <ando@openldap.org>
Sun, 20 Nov 2005 01:58:19 +0000 (01:58 +0000)
servers/slapd/back-monitor/database.c

index 6dde2539097b1cb010cfcfc411e89621ae467e2a..6672c611cfa3522247dcb412edb3402dff5daebf 100644 (file)
@@ -395,6 +395,7 @@ monitor_subsys_database_init(
                                                slap_schema.si_ad_labeledURI,
                                                &bv, NULL );
                                }
+                               ldap_charray_free( urls );
                        }
 #endif /* defined(SLAPD_META) */
                }