Also free $file just in case
parent
c668c24599
commit
f61f2c6872
|
@ -230,7 +230,7 @@ class Filesystem
|
||||||
}
|
}
|
||||||
|
|
||||||
// release locks on the directory, see https://github.com/composer/composer/issues/9945
|
// release locks on the directory, see https://github.com/composer/composer/issues/9945
|
||||||
unset($ri, $it);
|
unset($ri, $it, $file);
|
||||||
|
|
||||||
return $this->rmdir($directory);
|
return $this->rmdir($directory);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue