* fhandler_proc.cc (fhandler_proc::closedir): Don't free, but delete
instead. Also fix previous ChangeLog entry.
This commit is contained in:
@@ -236,7 +236,7 @@ fhandler_proc::opendir (int fd)
|
||||
int
|
||||
fhandler_proc::closedir (DIR *dir)
|
||||
{
|
||||
free (dir->__handle);
|
||||
delete (winpids *) dir->__handle;
|
||||
return fhandler_virtual::closedir (dir);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user