diff --git a/[refs] b/[refs] index 99615939d2e4..a3868568af9e 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: bfb9035c98906aafcd3cf22694fba2550997bf53 +refs/heads/master: 95c754545353ca7db2e12485546eac626f8461f9 diff --git a/trunk/fs/cifs/connect.c b/trunk/fs/cifs/connect.c index 633c246b6775..9bb4b10f0cda 100644 --- a/trunk/fs/cifs/connect.c +++ b/trunk/fs/cifs/connect.c @@ -2877,9 +2877,9 @@ cleanup_volume_info_contents(struct smb_vol *volume_info) { kfree(volume_info->username); kzfree(volume_info->password); - kfree(volume_info->UNC); if (volume_info->UNCip != volume_info->UNC + 2) kfree(volume_info->UNCip); + kfree(volume_info->UNC); kfree(volume_info->domainname); kfree(volume_info->iocharset); kfree(volume_info->prepath);