netapi32/tests: Don't try to get the size of a freed buffer.

This commit is contained in:
Alexandre Julliard 2009-10-19 16:06:07 +02:00
parent 1931173ac8
commit 5b5054c10e
1 changed files with 0 additions and 1 deletions

View File

@ -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 */