dlm: silence a harmless use after free warning
authorDan Carpenter <dan.carpenter@oracle.com>
Wed, 5 Feb 2014 13:21:53 +0000 (16:21 +0300)
committerDavid Teigland <teigland@redhat.com>
Wed, 12 Feb 2014 21:44:03 +0000 (15:44 -0600)
We pass the freed "r" pointer back to the caller.  It's harmless but it
upsets the static checkers.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: David Teigland <teigland@redhat.com>

No differences found