aboutsummaryrefslogtreecommitdiff
path: root/src/or/rendcache.h
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2015-10-21 10:54:07 -0400
committerNick Mathewson <nickm@torproject.org>2015-10-21 10:54:07 -0400
commit8b01849f3bce1beaf2f08f2c0b94feabda0f5978 (patch)
treed78af3b7fbc64e5732ebc9ef246a89cb939e8a74 /src/or/rendcache.h
parenta5e873ff29d066532322a6946c2bc4d034be8c2d (diff)
downloadtor-8b01849f3bce1beaf2f08f2c0b94feabda0f5978.tar.gz
tor-8b01849f3bce1beaf2f08f2c0b94feabda0f5978.zip
Yet more memory leaks in the rendcache tests
Diffstat (limited to 'src/or/rendcache.h')
-rw-r--r--src/or/rendcache.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/or/rendcache.h b/src/or/rendcache.h
index a0cb68e08a..decb040ee7 100644
--- a/src/or/rendcache.h
+++ b/src/or/rendcache.h
@@ -107,6 +107,8 @@ STATIC void cache_failure_intro_add(const uint8_t *identity,
rend_intro_point_failure_t failure);
STATIC void validate_intro_point_failure(const rend_service_descriptor_t *desc,
const char *service_id);
+
+STATIC void rend_cache_failure_entry_free_(void *entry);
#endif
#endif /* TOR_RENDCACHE_H */