]> Git Repo - qemu.git/commit - hw/s390x/s390-virtio-ccw.c
hw/s390x: fix memory leak in s390_init_ipl_dev()
authorGreg Kurz <[email protected]>
Thu, 29 Mar 2018 09:10:06 +0000 (11:10 +0200)
committerCornelia Huck <[email protected]>
Tue, 3 Apr 2018 08:03:38 +0000 (10:03 +0200)
commitd9b06db813270d9deacd9e8f2ae3fd0d88f03f2a
treeb056afb3a00fd6dc7edc4acbd7987441f6b43e4d
parentf184de7553272223d6af731d7d623a7cebf710b5
hw/s390x: fix memory leak in s390_init_ipl_dev()

The string returned by object_property_get_str() is dynamically allocated.

Fixes: 3c4e9baacf4d9
Signed-off-by: Greg Kurz <[email protected]>
Message-Id: <152231460685.69730.14860451936216690693[email protected]>
Reviewed-by: Cornelia Huck <[email protected]>
Reviewed-by: Thomas Huth <[email protected]>
Signed-off-by: Cornelia Huck <[email protected]>
hw/s390x/s390-virtio-ccw.c
This page took 0.026126 seconds and 4 git commands to generate.