Skip to content
Snippets Groups Projects
Commit 0e7b7be8 authored by dmitriy.gerasimov's avatar dmitriy.gerasimov
Browse files

Merge branch 'hotfix-5056' into 'master'

[*] Fixed a problem with clearing memory after reading the manifest, which led...

See merge request !54
parents c9117e8d e95550d9
No related branches found
No related tags found
3 merge requests!64features-5056 to develop,!61bugs-5311,!54[*] Fixed a problem with clearing memory after reading the manifest, which led...
......@@ -102,7 +102,7 @@ dap_chain_plugins_list_manifest_t* dap_chain_plugins_add_manifest_from_file(cons
json_object_put(j_author);
json_object_put(j_version);
json_object_put(j_name);
json_object_put(j_obj);
DAP_FREE(j_obj);
DAP_FREE(json);
return manifest;
}
......
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