changeset 708:9684a1b4e494 trunk

[svn] - close configdb handle
author nenolod
date Sat, 24 Feb 2007 08:58:32 -0800
parents 88d78a61a9fb
children 90d02e8da818
files ChangeLog src/curl/curl.c
diffstat 2 files changed, 10 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Sat Feb 24 08:09:24 2007 -0800
+++ b/ChangeLog	Sat Feb 24 08:58:32 2007 -0800
@@ -1,3 +1,11 @@
+2007-02-24 16:09:24 +0000  William Pitcock <nenolod@sacredspiral.co.uk>
+  revision [1500]
+  - proxy support. somebody test this.
+  
+  trunk/src/curl/curl.c |   50 ++++++++++++++++++++++++++++++++++++++++++++++++++
+  1 file changed, 50 insertions(+)
+
+
 2007-02-24 15:49:06 +0000  William Pitcock <nenolod@sacredspiral.co.uk>
   revision [1498]
   - make use of the new id3_file_vfsopen() function.
--- a/src/curl/curl.c	Sat Feb 24 08:09:24 2007 -0800
+++ b/src/curl/curl.c	Sat Feb 24 08:58:32 2007 -0800
@@ -548,7 +548,6 @@
 
   curl_easy_setopt(handle->curl, CURLOPT_FOLLOWLOCATION, 1);
 
-
   {
     gboolean tmp = FALSE;
     ConfigDb *db;
@@ -595,6 +594,8 @@
       if (proxy_host != NULL)
         g_free(proxy_host);
     }
+
+    bmp_cfg_db_close(db);
   }
 
   {