cifs: fix memory leak when password is supplied multiple times
authorNamjae Jeon <namjae.jeon@samsung.com>
Thu, 21 Aug 2014 10:11:20 +0000 (19:11 +0900)
committerSteve French <smfrench@gmail.com>
Thu, 21 Aug 2014 17:06:57 +0000 (12:06 -0500)
Unlikely but possible. When password is supplied multiple times, we have
to free the previous allocation.

Signed-off-by: Namjae Jeon <namjae.jeon@samsung.com>
Signed-off-by: Ashish Sangwan <a.sangwan@samsung.com>
Signed-off-by: Steve French <smfrench@gmail.com>
fs/cifs/connect.c

Simple merge