commit | 9f26f3252534e7680cfc7c0dbd1d79fdb56519ad | [log] [tgz] |
---|---|---|
author | Philippe Mathieu-Daudé <f4bug@amsat.org> | Wed Jul 26 23:42:11 2017 -0300 |
committer | Michael Tokarev <mjt@tls.msk.ru> | Mon Jul 31 13:06:38 2017 +0300 |
tree | ca62c732b407a9385f52ba8ca046dd5a13439194 | |
parent | f80ac75d0e6e6e7481d61cdb86e5a741a442f100 [diff] |
ui/vnc: fix leak of SocketAddress ** Extract the (correct) cleaning code as a new function vnc_free_addresses() then use it to remove the memory leaks. Reported-by: Clang Static Analyzer Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Reviewed-by: Daniel P. Berrange <berrange@redhat.com> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>