mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-05 22:50:51 -05:00
coverity error, memory leak in file2anlist
This commit is contained in:
parent
626e9aabea
commit
b626499794
1 changed files with 1 additions and 1 deletions
|
|
@ -1133,7 +1133,7 @@ file2anlist( AttributeName *an, const char *fname, const char *brkstr )
|
|||
}
|
||||
an = str2anlist( an, line, brkstr );
|
||||
if ( an == NULL )
|
||||
return NULL;
|
||||
break;
|
||||
lcur = line;
|
||||
}
|
||||
ch_free( line );
|
||||
|
|
|
|||
Loading…
Reference in a new issue