Author: uwe
Date: 2009-09-30 19:14:24 +0200 (Wed, 30 Sep 2009)
New Revision: 4695

Modified:
   trunk/util/inteltool/inteltool.c
Log:
Hm, quickfix to prevent the following crash, no idea yet what happens:

*** glibc detected *** ././inteltool: double free or corruption (top): 
0x08db0260 ***

Signed-off-by: Uwe Hermann <[email protected]>
Acked-by: Uwe Hermann <[email protected]>



Modified: trunk/util/inteltool/inteltool.c
===================================================================
--- trunk/util/inteltool/inteltool.c    2009-09-30 17:05:46 UTC (rev 4694)
+++ trunk/util/inteltool/inteltool.c    2009-09-30 17:14:24 UTC (rev 4695)
@@ -309,7 +309,7 @@
 
        /* Clean up */
        pci_free_dev(nb);
-       pci_free_dev(sb);
+       // pci_free_dev(sb); // TODO: glibc detected "double free or corruption"
        pci_cleanup(pacc);
 
        return 0;


-- 
coreboot mailing list: [email protected]
http://www.coreboot.org/mailman/listinfo/coreboot

Reply via email to