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:
Eitan Adler 2013-01-16 05:03:52 +00:00
parent 535460c7dc
commit 28e4657584

View file

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