From: Jarek Poplawski Date: Wed, 16 Sep 2009 06:42:05 +0000 (-0700) Subject: pkt_sched: Fix qdisc_create on stab error handling X-Git-Tag: v2.6.32-rc1~657^2~21 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7c64b9f3f584008000cf3b960f25cd6a68fce191;p=pandora-kernel.git pkt_sched: Fix qdisc_create on stab error handling If qdisc_get_stab returns error in qdisc_create there is skipped qdisc ops->destroy, which is necessary because it's after ops->init at the moment, so memory leaks are quite probable. Signed-off-by: Jarek Poplawski Signed-off-by: David S. Miller --- Reading git-diff-tree failed