ports/emulators/open-vm-tools/files/patch-modules_freebsd_vmblock_vfsops.c
Renato Botelho af3ba1edf2 emulators/open-vm-tools: Update to 12.2.0
PR:		270077
Reported by:	John Wolfe <jwolfe@vmware.com>
Sponsored by:	Rubicon Communications, LLC ("Netgate")
2023-03-10 18:56:15 -03:00

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;
}