mirror of
https://github.com/ipxe/ipxe
synced 2025-12-14 07:50:43 +03:00
Must free http on the error path; nothing else will do it
This commit is contained in:
@@ -424,5 +424,6 @@ int http_get ( struct uri *uri, struct buffer *buffer, struct async *parent ) {
|
||||
err:
|
||||
DBGC ( http, "HTTP %p could not create request: %s\n",
|
||||
http, strerror ( rc ) );
|
||||
free ( http );
|
||||
return rc;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user