summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2010-06-14 18:25:37 -0400
committerRoger Dingledine <arma@torproject.org>2010-06-14 18:25:37 -0400
commit9f31a0098d6c0e10f47aac81b6195bf6b6063687 (patch)
treeb568d0e78fe794baa7140d81e13c7e993c52d211
parent426116113faa9648ac4a000731268c64bfce16cb (diff)
downloadtor-9f31a0098d6c0e10f47aac81b6195bf6b6063687.tar.gz
tor-9f31a0098d6c0e10f47aac81b6195bf6b6063687.zip
a line that's been sitting in my sandbox for months
-rw-r--r--src/or/config.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/config.c b/src/or/config.c
index 954ada6379..b6d71ebe23 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);