Re: [Qemu-devel] [PATCH] hw/arm/vexpress: Fix memory leak reported by Coverity

2015-03-20 Thread Stefan Weil
Am 15.03.2015 um 03:33 schrieb Eric Blake: On 03/14/2015 04:59 AM, Stefan Weil wrote: As the conditional statement had to be splitted anyway, we can also s/splitted/split/ (one of those weird English words that has the same spelling for both present and past tenses) Thanks. This is fixed in v

Re: [Qemu-devel] [PATCH] hw/arm/vexpress: Fix memory leak reported by Coverity

2015-03-20 Thread Stefan Weil
Am 14.03.2015 um 12:50 schrieb Stefan Weil: As the conditional statement had to be splitted anyway, we can also add a better error report message. Signed-off-by: Stefan Weil --- hw/arm/virt.c | 11 +-- 1 file changed, 9 insertions(+), 2 deletions(-) Superseded by new patch v2.

Re: [Qemu-devel] [PATCH] hw/arm/vexpress: Fix memory leak reported by Coverity

2015-03-14 Thread Eric Blake
On 03/14/2015 04:59 AM, Stefan Weil wrote: > As the conditional statement had to be splitted anyway, we can also s/splitted/split/ (one of those weird English words that has the same spelling for both present and past tenses) > add a better error report message. > > Signed-off-by: Stefan Weil >