mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-04 08:24:42 +01:00
Fix small memory leak.
This commit is contained in:
parent
fc638c8a87
commit
ba524dcf1c
1 changed files with 1 additions and 0 deletions
|
@ -367,6 +367,7 @@ static int process_include(char *inc, char *name, int line, FILE *out, int nest)
|
|||
newf = fopen(buf, "r");
|
||||
if (newf)
|
||||
break;
|
||||
free(buf);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue