From db2b18526d6238b02c28208ec27d2fc18635bba0 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Mon, 16 Jan 2006 10:14:24 +0000 Subject: Remove unused variable clusterSave that was leaking too. (bug #316466, 2006-01-16 Behdad Esfahbod * modules/indic/mprefixups.c (indic_mprefixups_apply): Remove unused variable clusterSave that was leaking too. (bug #316466, Steve Grubbs) --- modules/indic/mprefixups.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'modules') diff --git a/modules/indic/mprefixups.c b/modules/indic/mprefixups.c index 3fd4003b..34118f5e 100644 --- a/modules/indic/mprefixups.c +++ b/modules/indic/mprefixups.c @@ -75,7 +75,6 @@ void indic_mprefixups_apply(MPreFixups *mprefixups, PangoOTBuffer *buffer) PangoOTGlyph *glyphs; int n_glyphs; PangoOTGlyph *mpreSave; - int *clusterSave; /* determine post GSUB location of baseIndex and mpreIndex */ @@ -99,7 +98,6 @@ void indic_mprefixups_apply(MPreFixups *mprefixups, PangoOTBuffer *buffer) mpreDest = baseGlyph - mpreCount; mpreSave = g_new (PangoOTGlyph, mpreCount); - clusterSave = g_new (int, mpreCount); for (i = 0; i < mpreCount; i += 1) { mpreSave[i] = glyphs[mpreGlyph + i]; -- cgit v1.2.1