[PATCH] device-mapper dm-ioctl: missing put in table load error case
authorKiyoshi Ueda <k-ueda@ct.jp.nec.com>
Tue, 22 Nov 2005 05:32:32 +0000 (21:32 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Tue, 22 Nov 2005 17:14:30 +0000 (09:14 -0800)
An error path in table_load() forgets to release a table that won't now be
referenced.

Signed-off-by: Alasdair G Kergon <agk@redhat.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>

No differences found