Skip to content
Snippets Groups Projects
Commit dbdfb8c0 authored by Howard Chu's avatar Howard Chu
Browse files

Plug read_config memleak

parent bdf86d44
Branches
Tags
No related merge requests found
......@@ -64,8 +64,10 @@ slurpd_read_config(
FILE *fp;
char *line;
if ( cargv == NULL ) {
cargv = ch_calloc( ARGS_STEP + 1, sizeof(*cargv) );
cargv_size = ARGS_STEP + 1;
}
#ifdef NEW_LOGGING
LDAP_LOG ( CONFIG, ARGS,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment