Skip to content

Features 4586

alexey.stratulat requested to merge features-4586 into master

To fix the problem with the node crash, the following was done

  • Added work with GIL when processing client requests.
  • Added freeing of memory from pointers of json_object type, which are created during parsing of the plugin manifest.
  • Fixed memory leak in function dap_chain_plugins_list_check_load_plugins.

Merge request reports