From 288b53a511cd9ccb481b5881c26f4f1da1a14daf Mon Sep 17 00:00:00 2001 From: Packit Service Date: Dec 09 2020 07:25:56 +0000 Subject: Apply patch free.patch patch_name: free.patch present_in_specfile: true --- 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); }