[or-cvs] [tor/master] a line that's been sitting in my sandbox for months

arma at torproject.org arma at torproject.org
Mon Jun 14 22:26:43 UTC 2010


Author: Roger Dingledine <arma at torproject.org>
Date: Mon, 14 Jun 2010 18:25:37 -0400
Subject: a line that's been sitting in my sandbox for months
Commit: 9f31a0098d6c0e10f47aac81b6195bf6b6063687

---
 src/or/config.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/or/config.c b/src/or/config.c
index 954ada6..b6d71eb 100644
--- a/src/or/config.c
+++ b/src/or/config.c
@@ -3735,7 +3735,7 @@ get_windows_conf_root(void)
   result = SHGetPathFromIDListW(idl, wpath);
   wcstombs(path,wpath,MAX_PATH);
 
-  /* Now we need to free the */
+  /* Now we need to free the ... XXX free the what? */
   SHGetMalloc(&m);
   if (m) {
     m->lpVtbl->Free(m, idl);
-- 
1.6.5



More information about the tor-commits mailing list