r150 - trunk
Petter Reinholdtsen
pere at moszumanska.debian.org
Sat Jan 11 21:42:06 UTC 2014
Author: pere
Date: 2014-01-11 21:42:06 +0000 (Sat, 11 Jan 2014)
New Revision: 150
Modified:
trunk/chrpath.c
Log:
Fix memory leak (Coverity CID 1153654).
Modified: trunk/chrpath.c
===================================================================
--- trunk/chrpath.c 2014-01-11 21:41:11 UTC (rev 149)
+++ trunk/chrpath.c 2014-01-11 21:42:06 UTC (rev 150)
@@ -197,6 +197,7 @@
{
perror ("converting RPATH to RUNPATH");
free(strtab);
+ free(dyns);
return 1;
}
printf("%s: RPATH converted to RUNPATH\n", filename);
More information about the Chrpath-commits
mailing list