mbox

[v2,0/2] bugfix for graph

Message ID 1620285387-42792-1-git-send-email-humin29@huawei.com (mailing list archive)
Headers

Message

humin (Q) May 6, 2021, 7:16 a.m. UTC
  This patchset contains two bugfixes for graph.

HongBo Zheng (2):
  graph: fix memory leak
  graph: fix dereferencing null pointer

 lib/graph/graph_stats.c | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)
---
v2:
* fix double free.