Fix a couple of leaks

This commit is contained in:
whydoubt
2005-03-13 21:29:17 +00:00
parent f33a9564d1
commit 76c5cfe8c2
3 changed files with 13 additions and 3 deletions

View File

@@ -64,6 +64,7 @@ main(int argc, char **argv)
if (!(mdb = mdb_open(argv[optind], MDB_NOFLAGS))) {
fprintf(stderr,_("Error: unable to open file %s\n"),argv[optind]);
mdb_exit();
exit(1);
}
if (IS_JET3(mdb)) {