mirror of
https://github.com/ipxe/ipxe
synced 2026-07-02 20:10:19 +03:00
449d2acf3d
atl_close() freed the descriptor rings but left the posted receive I/O buffers allocated, leaking them and tripping an assertion on the next open. Free any outstanding receive I/O buffers in atl_close(). Signed-off-by: Animesh Bhatt <animeshb@marvell.com>