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:
eadler 2013-01-16 05:03:52 +00:00
parent aa508f10e8
commit b3d8782481

View File

@ -141,5 +141,6 @@ main(int argc, char *argv[])
nleft -= n;
}
free(e);
return 0;
}