K 10 svn:author V 7 iedowse K 8 svn:date V 27 2001-09-04T19:03:47.000000Z K 7 svn:log V 349 Fix a memory leak in __getcwd() that can occur after a filesystem has been forcibly unmounted. If the filesystem root vnode is reached and it has no associated mountpoint (vp->v_mount == NULL), __getcwd would return without freeing 'buf'. Add the missing free() call. PR: kern/30306 Submitted by: Mike Potanin MFC after: 1 week END