Features 4586
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.