On Wed, 25 Jun 2025 10:27:51 +0200 Kevin Wolf <kw...@redhat.com> wrote:
> Commit bdf12f2a fixed the setter for the "loadparm" machine property, > which gets a string from a visitor, passes it to s390_ipl_fmt_loadparm() > and then forgot to free it. It left another instance of the same problem > unfixed in the "loadparm" device property. Fix it. > > Signed-off-by: Kevin Wolf <kw...@redhat.com> Reviewed-by: Halil Pasic <pa...@linux.ibm.com>