diff options
author | Roger Dingledine <arma@torproject.org> | 2010-06-14 18:25:37 -0400 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2010-06-14 18:25:37 -0400 |
commit | 9f31a0098d6c0e10f47aac81b6195bf6b6063687 (patch) | |
tree | b568d0e78fe794baa7140d81e13c7e993c52d211 /src/or | |
parent | 426116113faa9648ac4a000731268c64bfce16cb (diff) | |
download | tor-9f31a0098d6c0e10f47aac81b6195bf6b6063687.tar.gz tor-9f31a0098d6c0e10f47aac81b6195bf6b6063687.zip |
a line that's been sitting in my sandbox for months
Diffstat (limited to 'src/or')
-rw-r--r-- | 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 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); |