summaryrefslogtreecommitdiffstats
path: root/src/config.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.c')
-rw-r--r--src/config.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/config.c b/src/config.c
index a7f588f..9fea08b 100644
--- a/src/config.c
+++ b/src/config.c
@@ -440,6 +440,8 @@ int lt_config(struct lt_config_app *cfg, int argc, char **argv)
cfg->fstat = stdout;
cfg->output_tty_fd = -1;
+ lt_init_list_head(&cfg->process_funcs);
+
/* read the default config file first */
if (read_config(cfg, LT_CONF_DIR "/latrace.conf")) {
printf("failed: read config file '" LT_CONF_DIR "/latrace.conf'\n");