Skip to content

Commit 6a6ff44

Browse files
committed
Debug: showing series labels
1 parent 48a3fc2 commit 6a6ff44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/m-gc.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -536,7 +536,7 @@ static void Mark_Series(REBSER *series, REBCNT depth);
536536
MUNG_CHECK(SERIES_POOL, series, sizeof(*series));
537537
if (!SERIES_FREED(series)) {
538538
if (IS_FREEABLE(series)) {
539-
//printf("free: %0xh\n", (int)series);
539+
//printf("free: %0xh %s\n", (int)series, series->label);
540540
Free_Series(series);
541541
count++;
542542
} else

0 commit comments

Comments
 (0)