diff options
Diffstat (limited to 'src/common/compat.c')
-rw-r--r-- | src/common/compat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/compat.c b/src/common/compat.c index ebddce74b1..fa7b8c2b3d 100644 --- a/src/common/compat.c +++ b/src/common/compat.c @@ -1671,7 +1671,7 @@ tor_cond_new(void) } /** Release all resources held by <b>cond</b>. */ void -tor_conf_free(tor_cond_t *cond) +tor_cond_free(tor_cond_t *cond) { tor_assert(cond); if (pthread_cond_destroy(&cond->cond)) { |