tests/cancellable: Initialize num_async_operations before tests using it

This commit is contained in:
Marco Trevisan (Treviño) 2022-06-13 15:06:51 +02:00
parent fee2d30124
commit b6969ef434

View File

@ -189,6 +189,7 @@ test_cancel_multiple_concurrent (void)
}
cancellable = g_cancellable_new ();
num_async_operations = 0;
for (i = 0; i < 45; i++)
{