r159 - trunk

Petter Reinholdtsen pere at moszumanska.debian.org
Sat Jan 11 22:27:32 UTC 2014


Author: pere
Date: 2014-01-11 22:27:32 +0000 (Sat, 11 Jan 2014)
New Revision: 159

Modified:
   trunk/killrpath.c
Log:
Fix more memory leak (Coverity CID 254331).

Modified: trunk/killrpath.c
===================================================================
--- trunk/killrpath.c	2014-01-11 22:26:52 UTC (rev 158)
+++ trunk/killrpath.c	2014-01-11 22:27:32 UTC (rev 159)
@@ -100,6 +100,7 @@
        return 1;
      }
 
+   free(dyns);
    elf_close(fd);
 
    return 0;




More information about the Chrpath-commits mailing list