mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Plug a memory leak.
PR: bin/141836 Submitted by: Henning Petersen <henning.petersen at t-online.de> MFC after: 2 weeks
This commit is contained in:
parent
55a8d2bb22
commit
13cf266e82
1 changed files with 1 additions and 0 deletions
|
|
@ -373,6 +373,7 @@ net: for (p = nargv; *p;) {
|
|||
printf("\n");
|
||||
}
|
||||
|
||||
free(used);
|
||||
if (entries == 0)
|
||||
return;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue