Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 263087
b: refs/heads/master
c: 13589c4
h: refs/heads/master
i:
  263085: cecf165
  263083: 03638f5
  263079: 4b891e2
  263071: b0823e7
v: v3
  • Loading branch information
Steve French committed Aug 18, 2011
1 parent 3124309 commit c23d13c
Show file tree
Hide file tree
Showing 2 changed files with 3 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: fa71f447065f676157ba6a2c121ba419818fc559
refs/heads/master: 13589c437daf4c8e429b3236c0b923de1c9420d8
3 changes: 2 additions & 1 deletion trunk/fs/cifs/connect.c
Original file line number Diff line number Diff line change
Expand Up @@ -2878,7 +2878,8 @@ cleanup_volume_info_contents(struct smb_vol *volume_info)
kfree(volume_info->username);
kzfree(volume_info->password);
kfree(volume_info->UNC);
kfree(volume_info->UNCip);
if (volume_info->UNCip != volume_info->UNC + 2)
kfree(volume_info->UNCip);
kfree(volume_info->domainname);
kfree(volume_info->iocharset);
kfree(volume_info->prepath);
Expand Down

0 comments on commit c23d13c

Please sign in to comment.