Skip to content
Snippets Groups Projects
Commit 4c4c0039 authored by Dmitriy Gerasimov's avatar Dmitriy Gerasimov
Browse files

[*] Some small changes

parent 5f658e50
No related branches found
No related tags found
1 merge request!24Support 3689
...@@ -205,7 +205,7 @@ dap_config_t * dap_config_open(const char * a_name) ...@@ -205,7 +205,7 @@ dap_config_t * dap_config_open(const char * a_name)
}else{ }else{
log_it(L_ERROR,"Can't open config file '%s' (%s)",l_config_path,strerror(errno)); log_it(L_ERROR,"Can't open config file '%s' (%s)",l_config_path,strerror(errno));
} }
DAP_DELETE(l_config_path);
}else{ }else{
log_it(L_ERROR,"Config name is NULL"); log_it(L_ERROR,"Config name is NULL");
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment