From 5ee2e285078c1b5bec2a331bd12fc21910e7f7d4 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Wed, 20 Apr 2011 23:04:47 +0000 Subject: [PATCH] 2011-04-21 01:04 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbcurl/core.c * contrib/hbcurl/core_t1.c ! Applied sf.net patch #3290483. [Benjamin Jacobs] --- harbour/ChangeLog | 5 +++++ harbour/contrib/hbcurl/core.c | 1 + harbour/contrib/hbcurl/core_t1.c | 1 + 3 files changed, 7 insertions(+) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 06a557c88b..0d5031f771 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -16,6 +16,11 @@ The license applies to all entries newer than 2009-04-28. */ +2011-04-21 01:04 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) + * contrib/hbcurl/core.c + * contrib/hbcurl/core_t1.c + ! Applied sf.net patch #3290483. [Benjamin Jacobs] + 2011-04-21 01:00 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbmxml/3rd/minixml/mxml.hbp * contrib/hbmxml/3rd/minixml/mxml_str.c diff --git a/harbour/contrib/hbcurl/core.c b/harbour/contrib/hbcurl/core.c index 6e8f3b5f3a..5cbd200cc5 100644 --- a/harbour/contrib/hbcurl/core.c +++ b/harbour/contrib/hbcurl/core.c @@ -501,6 +501,7 @@ static void PHB_CURL_free( PHB_CURL hb_curl, HB_BOOL bFree ) #endif hb_curl_form_free( &hb_curl->pHTTPPOST_First ); + hb_curl->pHTTPPOST_Last = NULL; hb_curl_slist_free( &hb_curl->pHTTPHEADER ); hb_curl_slist_free( &hb_curl->pHTTP200ALIASES ); hb_curl_slist_free( &hb_curl->pQUOTE ); diff --git a/harbour/contrib/hbcurl/core_t1.c b/harbour/contrib/hbcurl/core_t1.c index a3c7b1360b..51dffe5c11 100644 --- a/harbour/contrib/hbcurl/core_t1.c +++ b/harbour/contrib/hbcurl/core_t1.c @@ -596,6 +596,7 @@ static void PHB_CURL_free( PHB_CURL hb_curl, HB_BOOL bFree ) #endif hb_curl_form_free( &hb_curl->pHTTPPOST_First ); + hb_curl->pHTTPPOST_Last = NULL; hb_curl_slist_free( &hb_curl->pHTTPHEADER ); hb_curl_slist_free( &hb_curl->pHTTP200ALIASES ); hb_curl_slist_free( &hb_curl->pQUOTE );