
9 Dec
2019
9 Dec
'19
11:35 p.m.
On 12/2/19 9:26 AM, Michal Privoznik wrote:
There are several variables which could be automatically freed upon return from the function. I'm not changing @tmpPaths (which is a string list) because it is going to be removed in next commit.
Signed-off-by: Michal Privoznik <mprivozn@redhat.com> --- src/qemu/qemu_domain.c | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-)
Reviewed-by: Cole Robinson <crobinso@redhat.com> - Cole