mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
coverity error, memory leak in file2anlist
This commit is contained in:
parent
626e9aabea
commit
b626499794
@ -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 New Issue
Block a user