mirror of
https://git.proxmox.com/git/grub2
synced 2025-08-14 14:42:39 +00:00
Fix a memory leak
This commit is contained in:
parent
3a2e860334
commit
bfca152e5a
@ -554,6 +554,8 @@ grub_net_recv_tcp_packet (struct grub_net_buff *nb,
|
||||
sock->unack_first = NULL;
|
||||
sock->unack_last = NULL;
|
||||
|
||||
grub_netbuff_free (nb);
|
||||
|
||||
return GRUB_ERR_NONE;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user