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
aa508f10e8
commit
b3d8782481
@ -141,5 +141,6 @@ main(int argc, char *argv[])
|
||||
nleft -= n;
|
||||
}
|
||||
|
||||
free(e);
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user