mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-25 23:21:38 +01:00
5 lines
186 B
Text
5 lines
186 B
Text
|
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.
|
||
|
|