View | Details | Raw Unified | Return to bug 906972
Collapse All | Expand All

(-)a/src/sna/sna_glyphs.c (-1 / +1 lines)
Lines 727-733 next_glyph: Link Here
727
		}
727
		}
728
		list++;
728
		list++;
729
	}
729
	}
730
	if (glyph_atlas)
730
	if (glyph_atlas != NO_ATLAS)
731
		tmp.done(sna, &tmp);
731
		tmp.done(sna, &tmp);
732
732
733
	return true;
733
	return true;

Return to bug 906972