2
0
mirror of https://gitlab.com/apparmor/apparmor synced 2025-09-05 08:45:22 +00:00

* fix a few more memory leaks

* undocumented symbol table dumping short options weren't actually
   accepted by the parser.
This commit is contained in:
Steve Beattie
2009-07-24 13:24:53 +00:00
parent 1b069745b3
commit f9c5756b4d
3 changed files with 8 additions and 1 deletions

View File

@@ -110,6 +110,7 @@ static void free_symtab(struct symtab *symtab)
free(symtab->var_name);
free_values(symtab->values);
free_values(symtab->expanded);
free(symtab);
}