]> git.proxmox.com Git - mirror_ovs.git/commit
test-ovn: Fixes memory leak.
authorBhargava Shastry <bshastry@sec.t-labs.tu-berlin.de>
Wed, 26 Sep 2018 13:11:40 +0000 (15:11 +0200)
committerBen Pfaff <blp@ovn.org>
Wed, 26 Sep 2018 20:39:17 +0000 (13:39 -0700)
commitffe6cea89667a7e6d4ac0396f85acdcb3c64ce0e
tree2518f8a76f6102030daa789f790fb4ef70b95aba
parent24ea309555383162cb858c8a78eaf4e06c68cfc8
test-ovn: Fixes memory leak.

Fixes memory leaked by call to ovn_extend_table_init that is missing a
corresponding ovn_extend_table_destroy in test-ovn.c.  This fixes leaks for
the group_table and meter_table objects.

Signed-off-by: Bhargava Shastry <bshastry@sect.tu-berlin.de>
Signed-off-by: Ben Pfaff <blp@ovn.org>
tests/test-ovn.c