Explorar el Código

a line that's been sitting in my sandbox for months

Roger Dingledine hace 16 años
padre
commit
9f31a0098d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/or/config.c

+ 1 - 1
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);