Remove workaround code for systems where free(NULL) is busted.

Add an autoconf test to make sure we won't regret it.

Closes ticket 24484.
This commit is contained in:
Nick Mathewson
2018-01-25 17:04:12 -05:00
parent 7a74b3663f
commit 4dc228e35b
3 changed files with 26 additions and 11 deletions
+4
View File
@@ -0,0 +1,4 @@
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.