提交 cd357d8e 编写于 作者: N Noel Power

CID #1169711 deref after null check (introduced while fixing other CID)

Signed-off-by: NNoel Power <noel.power@suse.com>
上级 9ca5edc4
......@@ -879,7 +879,9 @@ out:
free(prev_line);
prev_line = NULL;
}
fclose(in);
if (in) {
fclose(in);
}
return dict ;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册