Plug a memory leak.

Courtesy Maraakate.
This commit is contained in:
Bill Currie 2015-10-12 23:56:42 +09:00
parent f0dc995c67
commit c3e3ed944c

View file

@ -114,7 +114,7 @@ CL_HTTP_Update (void)
Sys_Printf ("download failed: %ld\n", response_code);
CL_FailDownload ();
}
curl_multi_remove_handle (multi_handle, easy_handle);
CL_HTTP_Reset ();
}
}
}