mirror of
https://git.freebsd.org/ports.git
synced 2025-06-03 20:06:29 -04:00
PR: 270077 Reported by: John Wolfe <jwolfe@vmware.com> Sponsored by: Rubicon Communications, LLC ("Netgate")
10 lines
326 B
C
10 lines
326 B
C
--- modules/freebsd/vmblock/vfsops.c.orig 2023-03-10 17:41:18 UTC
|
|
+++ modules/freebsd/vmblock/vfsops.c
|
|
@@ -173,7 +173,6 @@ VMBlockVFSMount(struct mount *mp) // IN: mount(
|
|
#endif
|
|
error = namei(ndp);
|
|
if (error) {
|
|
- NDFREE(ndp, 0);
|
|
uma_zfree(VMBlockPathnameZone, pathname);
|
|
return error;
|
|
}
|