From: Roger Dingledine Date: Mon, 14 Jun 2010 22:25:37 +0000 (-0400) Subject: a line that's been sitting in my sandbox for months X-Git-Tag: tor-0.2.2.14-alpha~22 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9f31a0098d6c0e10f47aac81b6195bf6b6063687;p=thirdparty%2Ftor.git a line that's been sitting in my sandbox for months --- 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);