HomeFreeBSD

MFC r331225:

Description

MFC r331225:

pf: Fix memory leak in DIOCRADDTABLES

If a user attempts to add two tables with the same name the duplicate table
will not be added, but we forgot to free the duplicate table, leaking memory.
Ensure we free the duplicate table in the error path.

Reported by: Coverity
CID: 1382111

Details

Provenance
kpAuthored on
Parents
rS332327: if_awg: Add support for allwinner,{tx,rx}-delay-ps bindings
Branches
Unknown
Tags
Unknown