Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 <dan.carpenter@oracle.com> Signed-off-by: David Teigland <teigland@redhat.com>
- Loading branch information