You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This PR fixes CID 1645329 (USE_AFTER_FREE).
Coverty complained that there are scenarios where the string used within the code could have been already freed (probably in some multi-threaded settings). This PR should hopefully fix this.
Signed-off-by: Edgar Gabriel <edgar.gabriel@amd.com>
0 commit comments