Skip to content
Snippets Groups Projects

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

Merged alexey.stratulat requested to merge bugfix-5056 into develop
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -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;
}
Loading