summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/or/rendclient.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/or/rendclient.c b/src/or/rendclient.c
index 8401873346..3c5f75552c 100644
--- a/src/or/rendclient.c
+++ b/src/or/rendclient.c
@@ -549,7 +549,6 @@ rend_client_get_random_intro(const char *query)
goto again;
}
extend_info_free(intro->extend_info);
- intro = tor_malloc_zero(sizeof(rend_intro_point_t));
intro->extend_info = extend_info_from_router(router);
}
return extend_info_dup(intro->extend_info);