diff options
Diffstat (limited to 'src/plugins/exec/exec-config.c')
-rw-r--r-- | src/plugins/exec/exec-config.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/exec/exec-config.c b/src/plugins/exec/exec-config.c index cb30638ff..43693aa47 100644 --- a/src/plugins/exec/exec-config.c +++ b/src/plugins/exec/exec-config.c @@ -109,6 +109,7 @@ exec_config_init () if (!ptr_section) { weechat_config_free (exec_config_file); + exec_config_file = NULL; return 0; } @@ -141,6 +142,7 @@ exec_config_init () if (!ptr_section) { weechat_config_free (exec_config_file); + exec_config_file = NULL; return 0; } |