TheleCode
Toggle navigation
Public journal
Gists
Create New Gist
All Public Gists
Search
My Pull Requests
Not Logged In
Login to Your Account
Username:
Password:
Forgot password?
hg
cpp
»
openttd-patchpack
»
source
Toggle navigation
Summary
Changelog
Files
Pull Requests
Options
Compare
Search
Files @ r28403:d4cdcb69255f
Branch filter:
master at d4cdcb69255f
master
patchpack
Location:
cpp/openttd-patchpack/source
/
src
/
3rdparty
/
md5
/
CMakeLists.txt
Show Full History
Show Authors
r28403:d4cdcb69255f
35 B
text/plain
Show Annotation
Show as Raw
Download as Raw
Patric Stout
Fix: race-condition when quitting the game with libcurl (
#11688
)
There could be a callback in _new_http_callbacks that is not
processed yet. All callbacks in _http_callbacks were cancelled,
but not the ones in _new_http_callbacks
1
2
3
4
add_files(
md5.cpp
md5.h
)