Key Information Summary Vulnerability Type: Memory leak (memleak) Affected Function: Issue Description: - expects to clean up all resources on failure. - Memory leak occurs when allocation of fails. Fix Measures: - Call and clear on error path. - Remove call to avoid double-free. Related Commits: - Fixes upstream commit . - Fixes issue introduced by commit . File Modifications: - Modified file; 1 file changed, 2 insertions, 1 deletion.