clean up CT_MultiLevel to avoid warnings and fix a small memory leak
Branch: rhaas/cleanup
Branch: master
Merged
Merged pull request
Merged in rhaas/cleanup (pull request #1)
- 3ccd2ab
- Author: Roland Haas
- Closed by: Eloisa Bentivegna
- 2018-08-13
Description
CT_MultiLevel: add consts, remove dead vars to reduce compiler warnings
CT_MultiLevel: fix memory leak using malloc
CT_MultiLevel: remove does end-of-line marker
whitespace only change
Â
Should be mostly straightforward with the exception of the last one which, since it changes line ending, changes every single line in the affected files.