mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-18 18:18:06 -05:00
ITS#10000 slapd-watcher: plug potential leak
This commit is contained in:
parent
641ab45bb2
commit
968deaf988
1 changed files with 1 additions and 1 deletions
|
|
@ -537,7 +537,6 @@ setup_server( struct tester_conn_args *config, server *sv, int first )
|
|||
}
|
||||
}
|
||||
}
|
||||
ldap_msgfree( res );
|
||||
break;
|
||||
|
||||
default:
|
||||
|
|
@ -545,6 +544,7 @@ setup_server( struct tester_conn_args *config, server *sv, int first )
|
|||
if ( first )
|
||||
exit( EXIT_FAILURE );
|
||||
}
|
||||
ldap_msgfree( res );
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue