acid: fix memory leak in fundefs (from 9atom)
This commit is contained in:
parent
b5d47d6deb
commit
ddd51650d8
1 changed files with 1 additions and 0 deletions
|
@ -88,6 +88,7 @@ fundefs(void)
|
|||
Bprint(bout, "%-*s", max, vec[j]);
|
||||
Bprint(bout, "\n");
|
||||
}
|
||||
free(vec);
|
||||
}
|
||||
|
||||
void
|
||||
|
|
Loading…
Reference in a new issue