mirror of
https://github.com/openvswitch/ovs
synced 2025-08-30 22:05:19 +00:00
netdev-dpdk: Fix memory leak in netdev_dpdk_configure_xstats().
CC: Michal Weglicki <michalx.weglicki@intel.com>
Fixes: 971f4b394c
("netdev: Custom statistics.")
Signed-off-by: Ilya Maximets <i.maximets@samsung.com>
Signed-off-by: Ian Stokes <ian.stokes@intel.com>
This commit is contained in:
committed by
Ian Stokes
parent
526259f22c
commit
34eb086342
@@ -1274,6 +1274,8 @@ netdev_dpdk_configure_xstats(struct netdev_dpdk *dev)
|
||||
VLOG_WARN("Can't get XSTATS IDs for port: %"PRIu8,
|
||||
dev->port_id);
|
||||
}
|
||||
|
||||
free(rte_xstats);
|
||||
}
|
||||
}
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user