From: Michael Buesch Date: Sun, 19 Jul 2009 19:40:39 +0000 (+0200) Subject: ieee1394: raw1394: Do not leak memory on failed trylock. X-Git-Tag: v2.6.32-rc1~169^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=64549e9357e5222a73e41aa87372b37abb047720;p=pandora-kernel.git ieee1394: raw1394: Do not leak memory on failed trylock. Do not leak the allocated memory in case the mutex_trylock() failed to acquire the lock. Signed-off-by: Michael Buesch This bug does not happen in practice: All raw1394 clients use libraw1394, and accesses to a libraw1394 handle need to be serialized by the client. This is documented in libraw1394's API reference. Signed-off-by: Stefan Richter --- Reading git-diff-tree failed