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 <uwe@hermann-uwe.de>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>



git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4695 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Uwe Hermann 2009-09-30 17:14:24 +00:00
parent 90d17407d8
commit e23e37202c
1 changed files with 1 additions and 1 deletions

View File

@ -309,7 +309,7 @@ int main(int argc, char *argv[])
/* 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;