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

This commit is contained in:
John Ferlan 2013-01-22 17:09:24 -05:00 committed by Peter Krempa
parent 7489a9c340
commit 31e0de1a85

View File

@ -297,7 +297,6 @@ testTLSGenerateCert(struct testTLSCertReq *req)
abort(); abort();
} }
asn1_delete_structure(&ext); asn1_delete_structure(&ext);
VIR_FREE(der.data);
} }
/* /*
@ -324,7 +323,6 @@ testTLSGenerateCert(struct testTLSCertReq *req)
abort(); abort();
} }
asn1_delete_structure(&ext); asn1_delete_structure(&ext);
VIR_FREE(der.data);
} }
/* /*
@ -355,7 +353,6 @@ testTLSGenerateCert(struct testTLSCertReq *req)
abort(); abort();
} }
asn1_delete_structure(&ext); asn1_delete_structure(&ext);
VIR_FREE(der.data);
} }
/* /*