diff options
Diffstat (limited to 'fs/cifs/connect.c')
-rw-r--r-- | fs/cifs/connect.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/cifs/connect.c b/fs/cifs/connect.c index 52a7646cc7af..d91a6085d55c 100644 --- a/fs/cifs/connect.c +++ b/fs/cifs/connect.c | |||
@@ -1845,8 +1845,8 @@ cifs_put_tcon(struct cifsTconInfo *tcon) | |||
1845 | CIFSSMBTDis(xid, tcon); | 1845 | CIFSSMBTDis(xid, tcon); |
1846 | _FreeXid(xid); | 1846 | _FreeXid(xid); |
1847 | 1847 | ||
1848 | tconInfoFree(tcon); | ||
1849 | cifs_fscache_release_super_cookie(tcon); | 1848 | cifs_fscache_release_super_cookie(tcon); |
1849 | tconInfoFree(tcon); | ||
1850 | cifs_put_smb_ses(ses); | 1850 | cifs_put_smb_ses(ses); |
1851 | } | 1851 | } |
1852 | 1852 | ||