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

* fix small memory leak in parser_main.c

* fixup instances of my inability to spell separator
  * minor code formatting cleanup in parser_lex.l
This commit is contained in:
Steve Beattie
2009-07-24 11:56:07 +00:00
parent ed86641695
commit da52731c75
4 changed files with 25 additions and 40 deletions

View File

@@ -427,6 +427,7 @@ static void get_flags_string(void) {
//fprintf(stderr, "flags string: %s\n", flags_string);
//fprintf(stderr, "changehat %d\n", flag_changehat_version);
}
free(flags_string);
return;
fail: