This commit is contained in:
Xuan Son Nguyen
2026-06-04 13:28:22 +02:00
parent a4713cae42
commit 21d2c75717
+1 -1
View File
@@ -108,7 +108,7 @@ if (has_client) {
```cpp
// GOOD (generic, useful to any future reader)
// note : reset here, as we will release the slot below
// reset here, as we will release the slot below
n_tokens = 0;
// ... (a lot of code)
release();