From 16f0ad316f01520fe318e0855c0873a3915c3640 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Thu, 5 Sep 2013 17:21:09 +0200 Subject: [PATCH] kmodloader: don't free memory allocated with alloca() --- kmodloader.c | 1 - 1 file changed, 1 deletion(-) diff --git a/kmodloader.c b/kmodloader.c index 83380e8..98bda48 100644 --- a/kmodloader.c +++ b/kmodloader.c @@ -315,7 +315,6 @@ static int scan_module_folder(void) } globfree(&gl); - free(path); return 0; } -- 2.11.0