mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-11 09:22:54 -05:00
ITS#9802 slapd-meta: fix rewrite config SEGV
This commit is contained in:
parent
0dae0704c0
commit
d878ebc3d2
1 changed files with 2 additions and 2 deletions
|
|
@ -2662,9 +2662,9 @@ idassert-authzFrom "dn:<rootdn>"
|
|||
c->fname, c->lineno, ca.argc, ca.argv );
|
||||
}
|
||||
assert( rc == 0 );
|
||||
ch_free( ca.argv );
|
||||
ch_free( ca.tline );
|
||||
}
|
||||
ch_free( ca.argv );
|
||||
}
|
||||
argc = c->argc;
|
||||
argv = c->argv;
|
||||
|
|
@ -2699,9 +2699,9 @@ idassert-authzFrom "dn:<rootdn>"
|
|||
c->fname, c->lineno, ca.argc, argv );
|
||||
}
|
||||
assert( rc == 0 );
|
||||
ch_free( ca.argv );
|
||||
ch_free( ca.tline );
|
||||
}
|
||||
ch_free( ca.argv );
|
||||
}
|
||||
|
||||
/* save the rule info */
|
||||
|
|
|
|||
Loading…
Reference in a new issue