Run all exim string expansion tests with empty config file.

Added a short note on memory management.
This commit is contained in:
Heiko Reese
2021-09-12 13:14:15 +02:00
parent b19a1fc673
commit 5bf5bdecb1
4 changed files with 14 additions and 10 deletions

View File

@ -7,6 +7,10 @@
#include <stdbool.h>
#include "common.c"
/* A note on memory management: this code lacks calls to free() for every malloc()ed piece of memory. This is deliberate
* as these processes are short-lived and calling free() right before an exit() seems kind of moot.
*/
#define ENVVAR_PASSWORD_NAME "LIBEXIM_PASSWORD"
void print_usage(char *progname) {