Am 18.05.2012 13:14, schrieb dunrong huang:
The str allocated in visit_type_str was not freed.
The visit_type_str function is an input visitor(-to-native)
here, it will allocate memory for caller, so the caller is responsible for
freeing the memory.
Signed-off-by: dunrong huang
---
hw/qdev-pr
The str allocated in visit_type_str was not freed.
The visit_type_str function is an input visitor(-to-native)
here, it will allocate memory for caller, so the caller is responsible for
freeing the memory.
Signed-off-by: dunrong huang
---
hw/qdev-properties.c |6 +-
1 files changed, 5 i