]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
I was told there is an extend_info_free(). I won't leak memory again. I won't leak...
authorKarsten Loesing <karsten.loesing@gmx.net>
Tue, 17 Jun 2008 19:13:05 +0000 (19:13 +0000)
committerKarsten Loesing <karsten.loesing@gmx.net>
Tue, 17 Jun 2008 19:13:05 +0000 (19:13 +0000)
svn:r15335

src/or/rendservice.c

index 641153410e568aab6177d1ab2054190835cb970b..b38d73e1c02008ee37c087867f1dc249e17ddf5d 100644 (file)
@@ -809,7 +809,7 @@ rend_service_launch_establish_intro(rend_service_t *service,
     log_info(LD_REND, "The intro circuit we just cannibalized ends at $%s, "
                       "but we requested an intro circuit to $%s. Updating "
                       "our service.", cann, orig);
-    tor_free(intro->extend_info);
+    extend_info_free(intro->extend_info);
     intro->extend_info = extend_info_dup(launched->build_state->chosen_exit);
   }