netapi32/tests: Don't try to get the size of a freed buffer.
This commit is contained in:
parent
1931173ac8
commit
5b5054c10e
|
@ -54,7 +54,6 @@ static void run_apibuf_tests(void)
|
|||
|
||||
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");
|
||||
|
||||
/* border reallocate cases */
|
||||
|
|
Loading…
Reference in New Issue