mirror of
https://github.com/ipxe/ipxe
synced 2026-05-18 10:00:30 +03:00
0654698cd7
Functions that instantiate objects generally own one reference to the object being created. The error paths must therefore usually call ref_put() to release this reference. Signed-off-by: Michael Brown <mcb30@ipxe.org>