From 9f31a0098d6c0e10f47aac81b6195bf6b6063687 Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Mon, 14 Jun 2010 18:25:37 -0400 Subject: [PATCH] a line that's been sitting in my sandbox for months --- src/or/config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);