🐞 fix(improve robustness, check input para):

This commit is contained in:
yangwei
2024-08-07 10:56:58 +08:00
committed by luwenpeng
parent 6786372449
commit 21f6a8258b
2 changed files with 3 additions and 0 deletions

View File

@@ -152,6 +152,7 @@ struct plugin_manager_schema *plugin_manager_init(struct stellar *st, const char
void plugin_manager_exit(struct plugin_manager_schema *plug_mgr)
{
if(plug_mgr==NULL)return;
struct plugin_specific *p=NULL;
if (plug_mgr->plugin_load_specs_array)
{