mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
4dc228e35b
Add an autoconf test to make sure we won't regret it. Closes ticket 24484.
5 lines
186 B
Plaintext
5 lines
186 B
Plaintext
o Code simplification and refactoring:
|
|
- Since Tor requires C99, remove our old workaround code for libc
|
|
implementations where free(NULL) doesn't work. Closes ticket 24484.
|
|
|