提交 31e0de1a 编写于 作者: J John Ferlan 提交者: Peter Krempa

tests: Remove VIR_FREE() on static/stack buffer (der.data)

上级 7489a9c3
......@@ -297,7 +297,6 @@ testTLSGenerateCert(struct testTLSCertReq *req)
abort();
}
asn1_delete_structure(&ext);
VIR_FREE(der.data);
}
/*
......@@ -324,7 +323,6 @@ testTLSGenerateCert(struct testTLSCertReq *req)
abort();
}
asn1_delete_structure(&ext);
VIR_FREE(der.data);
}
/*
......@@ -355,7 +353,6 @@ testTLSGenerateCert(struct testTLSCertReq *req)
abort();
}
asn1_delete_structure(&ext);
VIR_FREE(der.data);
}
/*
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册