diff options
author | Mohsin Kazmi <sykazmi@cisco.com> | 2021-10-04 11:21:57 +0200 |
---|---|---|
committer | Damjan Marion <dmarion@me.com> | 2021-10-04 18:39:15 +0000 |
commit | 482394428b00dfabff4848305d896d2df8046af9 (patch) | |
tree | 73e11864276b9f8ba229452858efd9ddb970f315 /src/vnet/syslog | |
parent | ee1ca438b3fd286536dc8a56549c5658a23678c2 (diff) |
interface: remove the redundant vec_free on rx_queue_indices
Type: fix
vnet_delete_hw_interface() calls vec_free on rx_queue_indices.
function vnet_hw_if_unregister_all_rx_queues() is used to free
rx_queue_indices which is also called by vnet_delete_hw_interface().
So, second vec_free is redundant.
Change-Id: Ibda4be38fd122d33532bb384c97b0b9e5f441134
Signed-off-by: Mohsin Kazmi <sykazmi@cisco.com>
Diffstat (limited to 'src/vnet/syslog')
0 files changed, 0 insertions, 0 deletions