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

coverity error, memory leak in file2anlist

parent 626e9aab
No related branches found
No related tags found
No related merge requests found
......@@ -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 );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment