diff -r 0b0aff054402 -r dc6a58930ba4 src/win32.cpp --- a/src/win32.cpp Thu Jan 11 15:30:35 2007 +0000 +++ b/src/win32.cpp Thu Jan 11 17:29:39 2007 +0000 @@ -636,7 +636,7 @@ DIR *d; if (_global_dir_is_in_use) { - CallocT(&d, 1); + d = CallocT(1); } else { _global_dir_is_in_use = true; d = &_global_dir;