mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 14:51:11 +01:00
use the correct free fn. spotted by dgoulet
This commit is contained in:
parent
23fc1691b6
commit
38b3f9a619
1 changed files with 1 additions and 1 deletions
|
@ -148,7 +148,7 @@ workqueue_entry_cancel(workqueue_entry_t *ent)
|
|||
tor_mutex_release(&ent->on_pool->lock);
|
||||
|
||||
if (cancelled) {
|
||||
tor_free(ent);
|
||||
workqueue_entry_free(ent);
|
||||
}
|
||||
return result;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue