Skip to content
Snippets Groups Projects
Commit b28c06dc authored by oljas.jarasbaev's avatar oljas.jarasbaev
Browse files

[*] fix sigfault

parent 30bfb069
No related branches found
No related tags found
3 merge requests!414Hotfixes 1007,!406Bugfix olzhas,!391Bugfix 13100
Pipeline #44740 failed with stage
in 2 hours, 30 minutes, and 52 seconds
......@@ -527,6 +527,8 @@ double dap_config_get_item_double_default(dap_config_t *a_config, const char *a_
}
void dap_config_close(dap_config_t *a_conf) {
if (!a_conf)
return;
DAP_DELETE(a_conf->path);
dap_config_item_t *l_item = NULL, *l_tmp = NULL;
HASH_ITER(hh, a_conf->items, l_item, l_tmp) {
......
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