lintian doesn't like orphan packages with uploaders...
[debian/amanda] / client-src / getfsent.c
index 496c4e19f5b806275e6ec76375a32c985f6280d0..2c8a7e185a8cb1f777595d00e69891a036046cbf 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Amanda, The Advanced Maryland Automatic Network Disk Archiver
  * Copyright (c) 1991-1998, 2001 University of Maryland at College Park
+ * Copyright (c) 2007-2012 Zmanda, Inc.  All Rights Reserved.
  * All Rights Reserved.
  *
  * Permission to use, copy, modify, distribute, and sell this software and its
@@ -666,8 +667,6 @@ main(
     /* Don't die when child closes pipe */
     signal(SIGPIPE, SIG_IGN);
 
-    malloc_size_1 = malloc_inuse(&malloc_hist_1);
-
     if(!open_fstab()) {
        g_fprintf(stderr, _("getfsent_test: could not open fstab\n"));
        return 1;
@@ -755,6 +754,7 @@ main(
 
     amfree(name);
 
+    dbclose();
     return 0;
 }