mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-02 04:59:39 -05:00
plug leak
This commit is contained in:
parent
cc260ed6a0
commit
ed25c75d60
1 changed files with 2 additions and 1 deletions
|
|
@ -48,7 +48,8 @@ meta_back_new_target(
|
|||
|
||||
mt->mt_rwmap.rwm_rw = rewrite_info_init( REWRITE_MODE_USE_DEFAULT );
|
||||
if ( mt->mt_rwmap.rwm_rw == NULL ) {
|
||||
return -1;
|
||||
ch_free( mt );
|
||||
return -1;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue