mirror of
https://github.com/mdbtools/mdbtools.git
synced 2025-11-26 10:29:27 +08:00
Make mdb_close free the handle
This commit is contained in:
@@ -178,6 +178,7 @@ mdb_close(MdbHandle *mdb)
|
||||
mdb->f = NULL;
|
||||
}
|
||||
}
|
||||
mdb_free_handle(mdb);
|
||||
}
|
||||
/**
|
||||
* mdb_clone_handle:
|
||||
|
||||
Reference in New Issue
Block a user