From ae13c93b7db9f9c68eaf95150ed551b3b649d8c4 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 28 Sep 2006 21:26:06 +0000 Subject: Reported in #1561470 (http://curl.haxx.se/bug/view.cgi?id=1561470), libcurl would crash if a bad function sequence was used when shutting down after using the multi interface (i.e using easy_cleanup after multi_cleanup) so precautions have been added to make sure it doesn't any more - test case 529 was added to verify. --- lib/multiif.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'lib/multiif.h') diff --git a/lib/multiif.h b/lib/multiif.h index 45b3d2032..800aa0f5d 100644 --- a/lib/multiif.h +++ b/lib/multiif.h @@ -32,9 +32,6 @@ void Curl_multi_rmeasy(void *multi, CURL *data); bool Curl_multi_canPipeline(struct Curl_multi* multi); -void Curl_multi_add_closure(struct Curl_multi *multi, - struct SessionHandle *data); - /* the write bits start at bit 16 for the *getsock() bitmap */ #define GETSOCK_WRITEBITSTART 16 -- cgit v1.2.3