Commit d266abee authored by Kai Blin's avatar Kai Blin Committed by Alexandre Julliard

dplayx: Fix static overrun of pDP array in test. (Coverity).

parent 6f8d1aa8
......@@ -4282,7 +4282,7 @@ static void test_EnumGroupsInGroup(void)
/* - Open session */
callbackData.pDP = pDP[1];
hr = IDirectPlayX_EnumSessions( pDP[1], &dpsd[0], 0, EnumSessions_cb_join,
(LPVOID) pDP[2], 0 );
(LPVOID) &callbackData, 0 );
checkHR( DP_OK, hr );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment