* cygheap.h (cwdstuff::get_drive): Release cwd_lock.

This commit is contained in:
Corinna Vinschen
2004-12-13 19:33:30 +00:00
parent bf15c75b20
commit c6ad91f3f8
2 changed files with 5 additions and 0 deletions

View File

@ -235,6 +235,7 @@ struct cwdstuff
{
get_initial ();
memcpy (dst, win32, drive_length);
cwd_lock->release ();
return drive_length;
}
void init ();