mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Free memory before exiting in order to silence a warning from the clang
static analyzer Approved by: cperciva MFC after: 3 days
This commit is contained in:
parent
535460c7dc
commit
28e4657584
1 changed files with 1 additions and 0 deletions
|
|
@ -141,5 +141,6 @@ main(int argc, char *argv[])
|
|||
nleft -= n;
|
||||
}
|
||||
|
||||
free(e);
|
||||
return 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue