linux/drivers/net/ethernet/netronome/nfp/flower
Dan Carpenter 88f0f09b3a nfp: freeing the wrong variable
We accidentally free a NULL pointer and leak the pointer we want to
free.  Also you can tell from the label name what was intended.  :)

Fixes: abfcdc1de9 ("nfp: add a stats handler for flower offloads")
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Acked-by: Jakub Kicinski <jakub.kicinski@netronome.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2017-07-12 08:18:14 -07:00
..
action.c nfp: add basic action capabilities to flower offloads 2017-07-01 08:51:32 -07:00
cmsg.c nfp: add control message passing capabilities to flower offloads 2017-07-01 08:51:32 -07:00
cmsg.h nfp: add control message passing capabilities to flower offloads 2017-07-01 08:51:32 -07:00
main.c nfp: flower: add missing clean up call to avoid memory leaks 2017-07-07 09:17:42 +01:00
main.h nfp: add a stats handler for flower offloads 2017-07-01 08:51:32 -07:00
match.c nfp: extend flower matching capabilities 2017-07-01 08:51:32 -07:00
metadata.c nfp: freeing the wrong variable 2017-07-12 08:18:14 -07:00
offload.c nfp: add control message passing capabilities to flower offloads 2017-07-01 08:51:32 -07:00