svn commit: linux-cifs-client r34 - in branches/SOC/linux-2.6bk-dnotify/fs/cifs: .

asser at samba.org asser at samba.org
Sat Aug 13 16:15:59 GMT 2005


Author: asser
Date: 2005-08-13 16:15:58 +0000 (Sat, 13 Aug 2005)
New Revision: 34

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=linux-cifs-client&rev=34

Log:
Fixed a tiny memory leak (the dir_notify_req wasn't being freed)

Modified:
   branches/SOC/linux-2.6bk-dnotify/fs/cifs/cifsfs.c


Changeset:
Modified: branches/SOC/linux-2.6bk-dnotify/fs/cifs/cifsfs.c
===================================================================
--- branches/SOC/linux-2.6bk-dnotify/fs/cifs/cifsfs.c	2005-08-13 16:12:42 UTC (rev 33)
+++ branches/SOC/linux-2.6bk-dnotify/fs/cifs/cifsfs.c	2005-08-13 16:15:58 UTC (rev 34)
@@ -892,6 +892,7 @@
 						cERROR(1,("CIFSSMBClose failed in cifs_dnotify_thread rc = %d", rc));
 					}
 				}
+				kfree(dnotify_req);
 				FreeXid(xid);
 			}
 		}



More information about the samba-cvs mailing list