Re: [Qemu-devel] [PATCH 0/3] fix memory leaks when using object_property_get_str()

2018-03-30 Thread no-reply
] fix memory leaks when using object_property_get_str() === TEST SCRIPT BEGIN === #!/bin/bash set -e git submodule update --init dtc # Let docker tests dump environment info export SHOW_ENV=1 export J=8 time make docker-test-quick@centos6 === TEST SCRIPT END === Updating

[Qemu-devel] [PATCH 0/3] fix memory leaks when using object_property_get_str()

2018-03-29 Thread Greg Kurz
According to include/qom/object.h: /** * object_property_get_str: * @obj: the object * @name: the name of the property * @errp: returns an error if this function fails * * Returns: the value of the property, converted to a C string, or NULL if * an error occurs (including when the property