]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
a line that's been sitting in my sandbox for months
authorRoger Dingledine <arma@torproject.org>
Mon, 14 Jun 2010 22:25:37 +0000 (18:25 -0400)
committerRoger Dingledine <arma@torproject.org>
Mon, 14 Jun 2010 22:25:37 +0000 (18:25 -0400)
src/or/config.c

index 954ada6379e8164d53d13590902ab57d20502ca7..b6d71ebe232b085f0516c9b4f0785483e4179463 100644 (file)
@@ -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);