Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 264829
b: refs/heads/master
c: 95c7545
h: refs/heads/master
i:
  264827: 28a4029
v: v3
  • Loading branch information
Jesper Juhl authored and Jiri Kosina committed Sep 27, 2011
1 parent 80940fe commit 587bba7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: bfb9035c98906aafcd3cf22694fba2550997bf53
refs/heads/master: 95c754545353ca7db2e12485546eac626f8461f9
2 changes: 1 addition & 1 deletion trunk/fs/cifs/connect.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 587bba7

Please sign in to comment.