diff --git a/source/compiler/aslfiles.c b/source/compiler/aslfiles.c index 82865db..99909a8 100644 --- a/source/compiler/aslfiles.c +++ b/source/compiler/aslfiles.c @@ -318,7 +318,7 @@ FlOpenIncludeWithPrefix ( if (!IncludeFile) { fprintf (stderr, "Could not open include file %s\n", Pathname); - ACPI_FREE (Pathname); + /* ACPI_FREE (Pathname); <-- forces free() segfault */ return (NULL); }