mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-03-20 17:31:08 +00:00
Plug a memory leak.
Courtesy Maraakate.
This commit is contained in:
parent
f0dc995c67
commit
c3e3ed944c
1 changed files with 1 additions and 1 deletions
|
@ -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 ();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue