projects
/
oweals
/
ubox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0acfbd1
)
kmodloader: don't free memory allocated with alloca()
author
Jo-Philipp Wich
<jow@openwrt.org>
Thu, 5 Sep 2013 15:21:09 +0000
(17:21 +0200)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Thu, 5 Sep 2013 15:21:09 +0000
(17:21 +0200)
kmodloader.c
patch
|
blob
|
history
diff --git
a/kmodloader.c
b/kmodloader.c
index 83380e80e57e867d161cf7022caad5a0e643cb62..98bda48b506357b66e3d0fef4aa06f52edfb0c20 100644
(file)
--- a/
kmodloader.c
+++ b/
kmodloader.c
@@
-315,7
+315,6
@@
static int scan_module_folder(void)
}
globfree(&gl);
- free(path);
return 0;
}