[PATCH] graph: fix memory leak in node clone

Huichao cai chcchc88 at 163.com
Fri Nov 1 02:27:22 CET 2024


There is one more place in the node_clone function that needs to be modified:
       if (clone_name(reg->name, node->name, name))
                //goto free;
                goto free_xstat;



More information about the dev mailing list