mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
fix 7 setupapi misc winetests
svn path=/trunk/; revision=40618
This commit is contained in:
@@ -2228,8 +2228,8 @@ cleanup:
|
||||
MyFree(SourceInfFileNameW);
|
||||
MyFree(OEMSourceMediaLocationW);
|
||||
MyFree(DestinationInfFileNameW);
|
||||
|
||||
TRACE("Returning %d\n", ret);
|
||||
if (ret) SetLastError(ERROR_SUCCESS);
|
||||
return ret;
|
||||
}
|
||||
|
||||
@@ -2518,5 +2518,6 @@ cleanup:
|
||||
}
|
||||
|
||||
TRACE("Returning %d\n", ret);
|
||||
if (ret) SetLastError(ERROR_SUCCESS);
|
||||
return ret;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user