HttpResponseDeinit
Description
Release storage owned by response and zero the struct.
Usage example (Cross-references)
Usage examples (Cross-references)
- In
Http.c:57:
StrDeinit(&wire);
HttpResponseDeinit(&response);
DefaultAllocatorDeinit(&alloc);
return ok;- In
Http.c:470:
}
void HttpResponseDeinit(HttpResponse *response) {
if (!response) {
LOG_FATAL("invalid arguments");
Last updated on