Merge "seamendc: fix potential double-free"

This commit is contained in:
Treehugger Robot 2022-07-20 01:50:47 +00:00 committed by Gerrit Code Review
commit bfc800dfc0

View file

@ -123,6 +123,7 @@ static int read_cil_files(struct cil_db **db, char **paths,
goto parse_err;
}
free(buff);
buff = NULL;
}
return SEPOL_OK;