Loading lib/multi.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -1787,8 +1787,8 @@ CURLMcode curl_multi_cleanup(CURLM *multi_handle) struct SessionHandle *nextdata; struct SessionHandle *nextdata; if(GOOD_MULTI_HANDLE(multi)) { if(GOOD_MULTI_HANDLE(multi)) { SIGPIPE_VARIABLE(pipe); bool restore_pipe = FALSE; bool restore_pipe = FALSE; SIGPIPE_VARIABLE(pipe); multi->type = 0; /* not good anymore */ multi->type = 0; /* not good anymore */ Loading Loading
lib/multi.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -1787,8 +1787,8 @@ CURLMcode curl_multi_cleanup(CURLM *multi_handle) struct SessionHandle *nextdata; struct SessionHandle *nextdata; if(GOOD_MULTI_HANDLE(multi)) { if(GOOD_MULTI_HANDLE(multi)) { SIGPIPE_VARIABLE(pipe); bool restore_pipe = FALSE; bool restore_pipe = FALSE; SIGPIPE_VARIABLE(pipe); multi->type = 0; /* not good anymore */ multi->type = 0; /* not good anymore */ Loading