diff options
author | Daniel Stenberg <daniel@haxx.se> | 2013-12-25 23:30:25 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2013-12-25 23:30:25 +0100 |
commit | 7b057f53fd06ca9f53873992eed5b8c652be0df1 (patch) | |
tree | 89e9f1e040f661872cca46a0fd0bd96708410be4 /lib/asyn.h | |
parent | 2dd9bfc5d9fc6aff2da789ee16f7d18089a141e2 (diff) |
curl_dofree: allow free(NULL)
Previously this memdebug free() replacement didn't properly work with a
NULL argument which has made us write code that avoids calling
free(NULL) - which causes some extra nuisance and unnecessary code.
Starting now, we should allow free(NULL) even when built with the
memdebug system enabled.
free(NULL) is permitted by POSIX
Diffstat (limited to 'lib/asyn.h')
0 files changed, 0 insertions, 0 deletions