VirtualBox

Changeset 28911 in vbox for trunk/src/VBox/Runtime


Ignore:
Timestamp:
Apr 29, 2010 4:49:17 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
60859
Message:

build fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r3/posix/path-posix.cpp

    r28910 r28911  
    849849        else
    850850            rc = VERR_GENERAL_FAILURE;
    851         rtPathFreeNative(pszNativePath);
     851        rtPathFreeNative(pszNativePath, pszPath);
    852852    }
    853853    return RT_SUCCESS(rc);
     
    900900        if (chdir(pszNativePath))
    901901            rc = RTErrConvertFromErrno(errno);
    902         rtPathFreeNative(pszNativePath);
    903     }
    904     return rc;
    905 }
    906 
     902        rtPathFreeNative(pszNativePath, pszPath);
     903    }
     904    return rc;
     905}
     906
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette