mirror of
https://github.com/ipxe/ipxe
synced 2026-03-16 03:02:07 +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>