Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d3b2fe commit c905164Copy full SHA for c905164
1 file changed
Modules/gcmodule.c
@@ -396,7 +396,7 @@ collect(int generation)
396
if (generation+1 < NUM_GENERATIONS)
397
generations[generation+1].count += 1;
398
for (i = 0; i <= generation; i++)
399
- generations[generation].count = 0;
+ generations[i].count = 0;
400
401
/* merge younger generations with one we are currently collecting */
402
for (i = 0; i < generation; i++) {
0 commit comments