Btrfs: fix memory leak in name_cache_insert()
authorTsutomu Itoh <t-itoh@jp.fujitsu.com>
Mon, 17 Dec 2012 06:38:51 +0000 (06:38 +0000)
committerJosef Bacik <josef@toxicpanda.com>
Mon, 14 Jan 2013 18:52:30 +0000 (13:52 -0500)
We should free name_cache_entry before returning from the
error handling code.

Signed-off-by: Tsutomu Itoh <t-itoh@jp.fujitsu.com>

No differences found