mirror of
https://github.com/reactos/wine.git
synced 2024-11-28 14:10:32 +00:00
netapi32: Remove double free test from apibuf tests.
This commit is contained in:
parent
1fc1bb654d
commit
ac7511b9fa
@ -54,9 +54,6 @@ static void run_apibuf_tests(void)
|
||||
|
||||
ok(pNetApiBufferFree(p) == NERR_Success, "Freed\n");
|
||||
|
||||
/* test errors handling */
|
||||
ok(pNetApiBufferFree(p) == NERR_Success, "Freed\n");
|
||||
|
||||
ok(pNetApiBufferSize(p, &dwSize) == NERR_Success, "Got size\n");
|
||||
ok(pNetApiBufferSize(NULL, &dwSize) == ERROR_INVALID_PARAMETER, "Error for NULL pointer\n");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user