Fix some memory leaks, fix tests, fix --print regression

This commit is contained in:
2022-02-11 11:09:29 -05:00
parent 37919932de
commit 8fa34da02f
9 changed files with 83 additions and 47 deletions

View File

@@ -44,7 +44,7 @@ int scan_args_validate(scan_args_t *args, int argc, const char **argv);
typedef struct index_args {
char *es_url;
char *es_index;
const char *index_path;
char *index_path;
const char *script_path;
char *script;
const char *es_settings_path;