david/ipxe
david
/
ipxe
Archived
1
0
Fork 0

[settings] Correctly mortalise autovivified child settings blocks

Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
Michael Brown 2016-07-18 23:52:40 +01:00
parent 129206f476
commit 0ac874242b
1 changed files with 1 additions and 0 deletions

View File

@ -331,6 +331,7 @@ struct settings * autovivify_child_settings ( struct settings *parent,
&new_child->autovivified.refcnt );
settings = &new_child->autovivified.generic.settings;
register_settings ( settings, parent, new_child->name );
ref_put ( settings->refcnt );
return settings;
}