aboutsummaryrefslogtreecommitdiff
path: root/src/or/config.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/or/config.c')
-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);