changeset 2035:b8fbf081bdfa

close the config db again after using
author Christian Birchinger <joker@netswarm.net>
date Sat, 13 Oct 2007 13:17:15 +0200
parents a21cc1e45080
children 7e65b69a9096 04155ce9e72e
files src/neon/neon.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/neon/neon.c	Sat Oct 13 10:34:40 2007 +0200
+++ b/src/neon/neon.c	Sat Oct 13 13:17:15 2007 +0200
@@ -571,6 +571,7 @@
             use_proxy = FALSE;
         }
     }
+    bmp_cfg_db_close(db);
 
     handle->redircount = 0;