commit | d7e8d1c37d66733f2028b405c3c83b46f899ce7b | [log] [tgz] |
---|---|---|
author | Rohit kumar <quic_rohkumar@quicinc.com> | Thu Dec 02 15:47:23 2021 +0530 |
committer | Gerrit - the friendly Code Review server <code-review@localhost> | Thu Dec 23 04:34:53 2021 -0800 |
tree | 58cfe955db03de75c58f39b7d78307b483b38d68 | |
parent | c696cde975f8edfee0221541ed73d7f8b586167d [diff] |
service: graph: Set graph handle to NULL after free Graph_handle is not set to NULL after free at different places. This leads to memory access to freed memory. Set graph_handle to NULL to fix the issue. Change-Id: I7d3fd756ab32bf1894a5466762dccecc17c51515