mirror of
https://github.com/mdbtools/mdbtools.git
synced 2026-03-10 00:20:54 +08:00
Move backend dictionary and state to MdbHandle
Attempt to make the backend handling logic thread-safe. This removes the last MDB_CONSTRUCTOR. Also get rid of some JAVA junk and make the remaining static variables in backend.c constant. Finally remove some obsolete fields from MdbFile.
This commit is contained in:
@@ -307,6 +307,7 @@ mdb_close(MdbHandle *mdb)
|
||||
}
|
||||
|
||||
mdb_iconv_close(mdb);
|
||||
mdb_remove_backends(mdb);
|
||||
|
||||
g_free(mdb);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user