diff --git a/src/basic/format-table.c b/src/basic/format-table.c index 94e796d..3429d9a 100644 --- a/src/basic/format-table.c +++ b/src/basic/format-table.c @@ -414,6 +414,8 @@ static int table_dedup_cell(Table *t, TableCell *cell) { if (!nd) return -ENOMEM; + nd->color = od->color; + table_data_unref(od); t->data[i] = nd;