Fix memory leak in coredump().
Reviewed by: kib
This commit is contained in:
parent
599c412493
commit
b9ce4f67ae
@ -3273,6 +3273,7 @@ restart:
|
||||
goto out;
|
||||
if ((error = vn_start_write(NULL, &mp, V_XSLEEP | PCATCH)) != 0)
|
||||
goto out;
|
||||
free(name, M_TEMP);
|
||||
goto restart;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user