[Ocfs2-commits] mfasheh commits r1579 - trunk/src
svn-commits at oss.oracle.com
svn-commits at oss.oracle.com
Thu Oct 14 19:33:13 CDT 2004
Author: mfasheh
Date: 2004-10-14 19:33:11 -0500 (Thu, 14 Oct 2004)
New Revision: 1579
Modified:
trunk/src/namei.c
Log:
* leaking an alloc context in symlink
Modified: trunk/src/namei.c
===================================================================
--- trunk/src/namei.c 2004-10-14 22:03:11 UTC (rev 1578)
+++ trunk/src/namei.c 2004-10-15 00:33:11 UTC (rev 1579)
@@ -1689,6 +1689,8 @@
brelse(de_bh);
if (inode_ac)
ocfs_free_alloc_context(inode_ac);
+ if (data_ac)
+ ocfs_free_alloc_context(data_ac);
LOG_EXIT_STATUS (status);
More information about the Ocfs2-commits
mailing list