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

This commit is contained in:
Roger Dingledine 2010-06-14 18:25:37 -04:00
parent 426116113f
commit 9f31a0098d

View 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);