On 20 October 2011 15:18, Andreas Färber wrote:
> Am 10.10.2011 14:52, schrieb Andreas Färber:
>> env is allocated in cpu_arm_init() with g_malloc0(), so free with g_free().
>>
>> Cc: Peter Maydell
>> Signed-off-by: Andreas Färber
>> ---
>> target-arm/helper.c | 2 +-
>> 1 files changed, 1 i
Am 10.10.2011 14:52, schrieb Andreas Färber:
> env is allocated in cpu_arm_init() with g_malloc0(), so free with g_free().
>
> Cc: Peter Maydell
> Signed-off-by: Andreas Färber
> ---
> target-arm/helper.c |2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/target-arm
env is allocated in cpu_arm_init() with g_malloc0(), so free with g_free().
Cc: Peter Maydell
Signed-off-by: Andreas Färber
---
target-arm/helper.c |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/target-arm/helper.c b/target-arm/helper.c
index d3a3ba2..8195c56 100644
-