From: Julia Lawall Date: Sun, 8 Apr 2012 22:41:10 +0000 (+0000) Subject: net/key/af_key.c: add missing kfree_skb X-Git-Tag: v3.4-rc5~44^2~44 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=89eb06f11c314c2ab4ec59039715dc021933a7a0;p=pandora-kernel.git net/key/af_key.c: add missing kfree_skb At the point of this error-handling code, alloc_skb has succeded, so free the resulting skb by jumping to the err label. Signed-off-by: Julia Lawall Signed-off-by: David S. Miller --- Reading git-diff-tree failed