diff options
| -rw-r--r-- | sys/kern/kern_linker.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/kern/kern_linker.c b/sys/kern/kern_linker.c index 2952be0a8b57..07550219cceb 100644 --- a/sys/kern/kern_linker.c +++ b/sys/kern/kern_linker.c @@ -1531,6 +1531,7 @@ linker_hints_lookup(const char *path, int pathlen, const char *modname, printf("warning: KLD '%s' is newer than the linker.hints" " file\n", result); bad: + free(pathbuf, M_LINKER); if (hints) free(hints, M_TEMP); if (nd.ni_vp != NULL) { |
