net/txgbe: add MAC type and bus LAN id
[dpdk.git] / lib / librte_efd / rte_efd.c
index ec3a4cd..77f4680 100644 (file)
@@ -711,6 +711,7 @@ rte_efd_create(const char *name, uint32_t max_num_rules, uint32_t key_len,
 
 error_unlock_exit:
        rte_mcfg_tailq_write_unlock();
+       rte_free(te);
        rte_efd_free(table);
 
        return NULL;