don't leak temporary URLs

This commit is contained in:
Pierangelo Masarati 2005-11-20 01:58:19 +00:00
parent 754e59543d
commit 01bea97a26

View file

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