[Pinfo-devel] r109 - pinfo/trunk/src
Bas Zoetekouw
bas at costa.debian.org
Thu Sep 1 19:11:35 UTC 2005
Author: bas
Date: 2005-09-01 19:11:35 +0000 (Thu, 01 Sep 2005)
New Revision: 109
Modified:
pinfo/trunk/src/filehandling_functions.c
Log:
Fixed a small memory leak.
Modified: pinfo/trunk/src/filehandling_functions.c
===================================================================
--- pinfo/trunk/src/filehandling_functions.c 2005-08-31 21:30:42 UTC (rev 108)
+++ pinfo/trunk/src/filehandling_functions.c 2005-09-01 19:11:35 UTC (rev 109)
@@ -99,6 +99,7 @@
matched = strlen(tmp);
}
}
+ xfree(tmp);
}
}
closedir(dir);
More information about the Pinfo-devel
mailing list