]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_lpm/rte_lpm.c
app/test: fix packet framework table unit tests
[dpdk.git] / lib / librte_lpm / rte_lpm.c
index 8bdf60657f8a069da5a6dd221cd89d3577f74037..6f65d1c2ddc05955ea2a6225c2026b78c0b6d630 100644 (file)
@@ -373,7 +373,6 @@ rte_lpm_free_v20(struct rte_lpm_v20 *lpm)
 
        rte_rwlock_write_unlock(RTE_EAL_TAILQ_RWLOCK);
 
-       rte_free(lpm->rules_tbl);
        rte_free(lpm);
        rte_free(te);
 }