Reduce LALInference memory footprint
This patch reduces LALInference memory use:
- Fixed a leak: If template generation fails in ROQ, buffers should not be left behind.
- Reduced overhead: shortened VARNAME_MAX to 40
Edited by Ghost User
This patch reduces LALInference memory use: