
2 Oct
2020
2 Oct
'20
9:55 a.m.
On Fri, Oct 02, 2020 at 11:22:08AM +0200, Michal Privoznik wrote:
In our wrapper of g_dbus_connection_call_sync() in virfirewalltest a string is duplicated and added onto a virStringList. This leads to a memory leak because virStringListAdd() duplicates the string itself.
Signed-off-by: Michal Privoznik <mprivozn@redhat.com> --- tests/virfirewalltest.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Pavel Hrdina <phrdina@redhat.com>