Skip to content
Snippets Groups Projects
Commit c715f89c authored by Dan Carpenter's avatar Dan Carpenter Committed by Steve French
Browse files

cifs: Fix a tiny potential memory leak


The most recent "it" allocation is leaked on this error path.  I
believe that small allocations always succeed in current kernels so
this doesn't really affect run time.

Fixes: 54be1f6c ("cifs: Add DFS cache routines")
Signed-off-by: default avatarDan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: default avatarSteve French <stfrench@microsoft.com>
parent 8428817d
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment