From 4c4c0039245184f97a9e85a25dea8935965a1f56 Mon Sep 17 00:00:00 2001 From: Dmitriy Gerasimov <dm@cifercom.com> Date: Mon, 15 Jan 2018 20:25:29 +0700 Subject: [PATCH] [*] Some small changes --- core/dap_config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/dap_config.c b/core/dap_config.c index 49663be141..9154ec6499 100644 --- a/core/dap_config.c +++ b/core/dap_config.c @@ -205,7 +205,7 @@ dap_config_t * dap_config_open(const char * a_name) }else{ log_it(L_ERROR,"Can't open config file '%s' (%s)",l_config_path,strerror(errno)); } - + DAP_DELETE(l_config_path); }else{ log_it(L_ERROR,"Config name is NULL"); } -- GitLab