hw/arm/iotkit.c: fix minor memory leak
authorPeter Maydell <peter.maydell@linaro.org>
Thu, 10 May 2018 17:10:56 +0000 (18:10 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 10 May 2018 17:10:56 +0000 (18:10 +0100)
commit7a35383afd66458ff11fa5c72a1599f3a24f3073
tree1689892e26baca162177d0ed649f0371b7bd334a
parente5cd695266c5709308aa95b1baae499e4b5d4544
hw/arm/iotkit.c: fix minor memory leak

Coverity (CID1390573) spots that we forgot to free the
gpioname strings in a loop in the iotkit realize function.
Correct the error.

This isn't a significant leak, because this function
only ever runs once.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Peter Xu <peterx@redhat.com>
Message-id: 20180427110137.19304-1-peter.maydell@linaro.org
hw/arm/iotkit.c