mirror of
https://github.com/mdbtools/mdbtools.git
synced 2025-11-26 10:29:27 +08:00
Automatically init/exit libmdb code
mdb_init() and mdb_exit() are now deprecated.
This commit is contained in:
@@ -74,7 +74,6 @@ MdbSQL *mdb_sql_init()
|
||||
{
|
||||
MdbSQL *sql;
|
||||
|
||||
mdb_init();
|
||||
sql = (MdbSQL *) g_malloc0(sizeof(MdbSQL));
|
||||
sql->columns = g_ptr_array_new();
|
||||
sql->tables = g_ptr_array_new();
|
||||
|
||||
Reference in New Issue
Block a user