mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-03 20:40:05 -05:00
ITS#10000 slapd-watcher: plug potential leak
This commit is contained in:
parent
5e15ce57a9
commit
a359cccbde
1 changed files with 1 additions and 1 deletions
|
|
@ -539,12 +539,12 @@ setup_server( struct tester_conn_args *config, server *sv )
|
|||
}
|
||||
}
|
||||
}
|
||||
ldap_msgfree( res );
|
||||
break;
|
||||
|
||||
default:
|
||||
tester_ldap_error( ld, "ldap_search_ext_s(baseDN)", sv->url );
|
||||
}
|
||||
ldap_msgfree( res );
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue