release m1, cid#117e
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@24138 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -1752,8 +1752,10 @@ _krb5_parse_moduli_line(krb5_context context,
|
|||||||
|
|
||||||
while (isspace((unsigned char)*p))
|
while (isspace((unsigned char)*p))
|
||||||
p++;
|
p++;
|
||||||
if (*p == '#')
|
if (*p == '#') {
|
||||||
|
free(m1);
|
||||||
return 0;
|
return 0;
|
||||||
|
}
|
||||||
ret = EINVAL;
|
ret = EINVAL;
|
||||||
|
|
||||||
p1 = strsep(&p, " \t");
|
p1 = strsep(&p, " \t");
|
||||||
|
Reference in New Issue
Block a user