Don't use free'd pointer in status control - found by Valgrind.
[wine] / dlls / ntdll / path.c
2003-10-08  Alexandre JulliardAdded hack to call CreateFileW through a pointer so...
2003-10-07  Alexandre JulliardA couple more fixes in RtlGetFullPathName_U.
2003-10-04  Eric PouechFixed a couple of bugs in RtlGetFullPathName_U.
2003-10-02  Alexandre JulliardFixed a couple of bugs in RtlDosSearchPath_U and RtlGet...
2003-09-16  Alexandre JulliardMoved most kernel string functions to dlls/kernel.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-06-16  Eric PouechImplemented:
2003-05-15  Eric PouechImplemented RtlDosPathNameToNtPathName_U, RtlGetCurrent...
2003-04-16  Alexandre JulliardImplemented RtlIsNameLegalDOS8Dot3 (based on a patch...
2003-04-12  Alexandre JulliardImplemented RtlDetermineDosPathNameType_U and RtlIsDosD...