mirror of
https://github.com/mdbtools/mdbtools.git
synced 2025-11-26 02:09:49 +08:00
Make mdb_close free the handle
This commit is contained in:
@@ -3,6 +3,7 @@ Tue Apr 13 19:08:51 CDT 2004 Jeff Smith <whydoubt@yahoo.com>
|
||||
* configure.in:
|
||||
* src/odbc/Makefile.am: Improve configure for ODBC
|
||||
* acinclude.m4: Update to the latest libtool.m4
|
||||
* src/libmdb/file.c: Make mdb_close free the handle
|
||||
|
||||
Tue Apr 13 15:25:26 EDT 2004 Brian Bruns <brian@bruns.com>
|
||||
* include/mdbtools.h:
|
||||
|
||||
@@ -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