mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-29 11:09:34 -05:00
don't leak temporary URLs
This commit is contained in:
parent
754e59543d
commit
01bea97a26
1 changed files with 1 additions and 0 deletions
|
|
@ -395,6 +395,7 @@ monitor_subsys_database_init(
|
|||
slap_schema.si_ad_labeledURI,
|
||||
&bv, NULL );
|
||||
}
|
||||
ldap_charray_free( urls );
|
||||
}
|
||||
#endif /* defined(SLAPD_META) */
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue