Pass full pool list to release_address
This commit is contained in:
@@ -53,15 +53,15 @@ static void* testing(void *thread)
|
||||
}
|
||||
}
|
||||
|
||||
pools->destroy(pools);
|
||||
|
||||
/* release addresses */
|
||||
for (i = 0; i < ALLOCS; i++)
|
||||
{
|
||||
hydra->attributes->release_address(hydra->attributes,
|
||||
"test", addr[i], id[i]);
|
||||
pools, addr[i], id[i]);
|
||||
}
|
||||
|
||||
pools->destroy(pools);
|
||||
|
||||
/* cleanup */
|
||||
for (i = 0; i < ALLOCS; i++)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user