mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-30 02:37:28 +02:00
Remove excess space characters
This commit is contained in:
@ -17480,7 +17480,7 @@ static int DecodeResponseData(byte* source,
|
||||
|
||||
single->next->status = (CertStatus*)XMALLOC(sizeof(CertStatus),
|
||||
resp->heap, DYNAMIC_TYPE_OCSP_STATUS);
|
||||
if ( single->next->status == NULL ) {
|
||||
if (single->next->status == NULL) {
|
||||
XFREE(single->next, resp->heap, DYNAMIC_TYPE_OCSP_ENTRY);
|
||||
single->next = NULL;
|
||||
return MEMORY_E;
|
||||
|
Reference in New Issue
Block a user