index work

dmalloc headers
mem leak fixes
start on i18n
This commit is contained in:
brianb
2003-01-28 23:51:06 +00:00
parent 95c0805c08
commit 75216d7a90
26 changed files with 226 additions and 29 deletions

View File

@@ -17,9 +17,12 @@
*/
/* this utility dumps the schema for an existing database */
#include "mdbtools.h"
#ifdef DMALLOC
#include "dmalloc.h"
#endif
int
main (int argc, char **argv)
{
@@ -84,7 +87,8 @@ int opt;
if (!line_break)
fprintf (stdout, "\n");
mdb_free_handle (mdb);
mdb_close(mdb);
mdb_free_handle(mdb);
mdb_exit();
if (delimiter) free(delimiter);