Naming and fix CloseAll

This commit is contained in:
krzosa
2025-12-29 10:48:06 +01:00
parent 0f03f248c7
commit ccf55d6d74
7 changed files with 27 additions and 27 deletions

View File

@@ -481,7 +481,7 @@ void GarbageCollect() {
}
if (!it->close) {
if (!buffer->garbage) {
if (!buffer->temp) {
continue;
}
@@ -504,7 +504,7 @@ void GarbageCollect() {
}
if (!it->close) {
if (!it->garbage) {
if (!it->temp) {
continue;
}