(verify_row): Plug memory leak.
This commit is contained in:
parent
8add5fbb86
commit
b11b81da8f
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ static int
|
|||
verify_row(int type, int row)
|
||||
{
|
||||
struct castr *ca = ef_cadef(type);
|
||||
void *row_ref = malloc(empfile[type].size);
|
||||
void *row_ref;
|
||||
int i, j, k, n;
|
||||
struct castr *ca_sym;
|
||||
struct valstr val;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue