mirror of
https://github.com/ipxe/ipxe
synced 2026-02-03 06:34:32 +03:00
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>