Skip to content
Snippets Groups Projects
Commit 38b3f9a6 authored by Nick Mathewson's avatar Nick Mathewson :game_die:
Browse files

use the correct free fn. spotted by dgoulet

parent 23fc1691
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment