Skip to content
Snippets Groups Projects
Commit 4a318ad6 authored by Andreas Gampe's avatar Andreas Gampe Committed by android-build-merger
Browse files

Sepolicy-Analyze: Plug leak

am: ee8b67df

Change-Id: Ic2fe390f95f0be43ad39a50366e0300a398aa0ad
parents 8ad09d93 ee8b67df
No related branches found
No related tags found
No related merge requests found
......@@ -57,6 +57,7 @@ int main(int argc, char **argv)
rc = analyze_components[i].func(argc - 2, argv + 2, &policydb);
if (rc && USAGE_ERROR) {
usage(argv[0]); }
policydb_destroy(&policydb);
return rc;
}
}
......
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