[or-cvs] r12905: Make the unit tests build again. (in tor/trunk: . src/or)

arma at seul.org arma at seul.org
Fri Dec 21 10:40:41 UTC 2007


Author: arma
Date: 2007-12-21 05:40:40 -0500 (Fri, 21 Dec 2007)
New Revision: 12905

Modified:
   tor/trunk/ChangeLog
   tor/trunk/src/or/test.c
Log:
Make the unit tests build again.


Modified: tor/trunk/ChangeLog
===================================================================
--- tor/trunk/ChangeLog	2007-12-21 10:30:23 UTC (rev 12904)
+++ tor/trunk/ChangeLog	2007-12-21 10:40:40 UTC (rev 12905)
@@ -1,3 +1,8 @@
+Changes in version 0.2.0.14-alpha - 2007-12-??
+  o Minor bugfixes:
+    - Make the unit tests build again.
+
+
 Changes in version 0.2.0.13-alpha - 2007-12-21
   o New directory authorities:
     - Set up lefkada (run by Geoff Goodell) as the fourth v3 directory

Modified: tor/trunk/src/or/test.c
===================================================================
--- tor/trunk/src/or/test.c	2007-12-21 10:30:23 UTC (rev 12904)
+++ tor/trunk/src/or/test.c	2007-12-21 10:40:40 UTC (rev 12905)
@@ -3374,7 +3374,7 @@
     rend_encoded_v2_service_descriptor_free(smartlist_get(descs, i));
   smartlist_free(descs);
   rend_service_descriptor_free(parsed);
-  rend_service_descriptor_free(generated);
+//  rend_service_descriptor_free(generated); XXX020
 }
 
 static void



More information about the tor-commits mailing list