dpnet/tests: Correct memory leak (valgrind).

This commit is contained in:
Alistair Leslie-Hughes 2014-05-22 18:54:43 +10:00 committed by Alexandre Julliard
parent 04a573a66e
commit 8c9a145f25

View file

@ -90,6 +90,8 @@ static void create_server(void)
todo_wine ok(hr == S_OK, "got 0x%08x\n", hr);
todo_wine ok(nDestroyPlayer, "No DPN_MSGID_DESTROY_PLAYER Message\n");
IDirectPlay8Address_Release(localaddr);
}
IDirectPlay8Server_Release(server);