linux-user: init_guest_space: Clean up if we can't initialize the commpage
commitf2024817548f9538cbe626f88ca9f37ff0f5d468
authorLuke Shumaker <lukeshu@parabola.nu>
Thu, 28 Dec 2017 18:08:06 +0000 (28 13:08 -0500)
committerLaurent Vivier <laurent@vivier.eu>
Fri, 9 Mar 2018 20:24:22 +0000 (9 21:24 +0100)
tree75e97a62c0406e7d73720ad83a3ff76d83fdfc74
parentc3637eaf61c9c4a74edaa078599f349eeefa49c6
linux-user: init_guest_space: Clean up if we can't initialize the commpage

We'll just exit with an error anyway, so it doesn't really matter, but it
is cleaned up in all of the other places were we error out.

Signed-off-by: Luke Shumaker <lukeshu@parabola.nu>
Message-Id: <20171228180814.9749-4-lukeshu@lukeshu.com>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
linux-user/elfload.c