mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-23 09:47:30 -08:00
11 lines
205 B
Diff
11 lines
205 B
Diff
--- a/src/closure_alloc.c
|
|
+++ b/src/closure_alloc.c
|
|
@@ -100,6 +100,7 @@
|
|
++(node->n);
|
|
return;
|
|
}
|
|
+ node = node->next;
|
|
}
|
|
|
|
node = malloc(sizeof(FreeNode));
|