From e8243f32f2550de0eb97180f02a4e94c42d68b38 Mon Sep 17 00:00:00 2001 From: Dan Carpenter Date: Wed, 5 Feb 2014 16:21:53 +0300 Subject: [PATCH] dlm: silence a harmless use after free warning We pass the freed "r" pointer back to the caller. It's harmless but it upsets the static checkers. Signed-off-by: Dan Carpenter Signed-off-by: David Teigland --- Reading git-format-patch failed