mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 09:22:58 +00:00
fix 7 setupapi misc winetests
svn path=/trunk/; revision=40618
This commit is contained in:
parent
9cd9566d14
commit
e1f0e61a6c
1 changed files with 2 additions and 1 deletions
|
@ -2228,8 +2228,8 @@ cleanup:
|
||||||
MyFree(SourceInfFileNameW);
|
MyFree(SourceInfFileNameW);
|
||||||
MyFree(OEMSourceMediaLocationW);
|
MyFree(OEMSourceMediaLocationW);
|
||||||
MyFree(DestinationInfFileNameW);
|
MyFree(DestinationInfFileNameW);
|
||||||
|
|
||||||
TRACE("Returning %d\n", ret);
|
TRACE("Returning %d\n", ret);
|
||||||
|
if (ret) SetLastError(ERROR_SUCCESS);
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -2518,5 +2518,6 @@ cleanup:
|
||||||
}
|
}
|
||||||
|
|
||||||
TRACE("Returning %d\n", ret);
|
TRACE("Returning %d\n", ret);
|
||||||
|
if (ret) SetLastError(ERROR_SUCCESS);
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue