mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 22:58:50 +01:00
4 lines
186 B
Text
4 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.
|
|
|