Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-08-19 | tests: Make sure libtests call curl_global_cleanup() | Dan Fandrich | |
This ensures that global data allocations are freed so Valgrind stays happy. This was a problem with at least PolarSSL and mbedTLS. | |||
2017-06-19 | PIPELINING_SERVER_BL: cleanup the internal list use | Daniel Stenberg | |
The list was freed incorrectly since the llist refactor of cbae73e1dd959. Added test 1550 to verify that it works and avoid future regressions. Reported-by: Pascal Terjan Fixes #1584 Closes #1585 |