netapi32: Remove double free test from apibuf tests.

oldstable
Kai Blin 2008-06-27 11:45:10 +02:00 committed by Alexandre Julliard
parent 1fc1bb654d
commit ac7511b9fa
1 changed files with 0 additions and 3 deletions

View File

@ -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");