Nikolay Aleksandrov 30c31d746d sch_fq_codel: avoid double free on init failure
It is very unlikely to happen but the backlogs memory allocation
could fail and will free q->flows, but then ->destroy() will free
q->flows too. For correctness remove the first free and let ->destroy
clean up.

Fixes: 87b60cfacf9f ("net_sched: fix error recovery at qdisc creation")
Signed-off-by: Nikolay Aleksandrov <nikolay@cumulusnetworks.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2017-08-30 15:26:11 -07:00
..
2017-04-12 22:02:40 +02:00
2017-08-08 21:03:47 -07:00
2017-07-21 16:26:01 -07:00
2017-08-29 15:07:33 -07:00
2017-06-15 12:12:40 -04:00
2017-06-15 12:12:40 -04:00