mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
a line that's been sitting in my sandbox for months
This commit is contained in:
parent
426116113f
commit
9f31a0098d
@ -3735,7 +3735,7 @@ get_windows_conf_root(void)
|
|||||||
result = SHGetPathFromIDListW(idl, wpath);
|
result = SHGetPathFromIDListW(idl, wpath);
|
||||||
wcstombs(path,wpath,MAX_PATH);
|
wcstombs(path,wpath,MAX_PATH);
|
||||||
|
|
||||||
/* Now we need to free the */
|
/* Now we need to free the ... XXX free the what? */
|
||||||
SHGetMalloc(&m);
|
SHGetMalloc(&m);
|
||||||
if (m) {
|
if (m) {
|
||||||
m->lpVtbl->Free(m, idl);
|
m->lpVtbl->Free(m, idl);
|
||||||
|
Loading…
Reference in New Issue
Block a user