From 87cb7adfdd62489ece9ebf4f17723608086e262d Mon Sep 17 00:00:00 2001 From: kramm Date: Fri, 29 Apr 2005 08:47:44 +0000 Subject: [PATCH] fixed a mem leak --- pdf2swf/SWFOutputDev.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdf2swf/SWFOutputDev.cc b/pdf2swf/SWFOutputDev.cc index 182fc28..384ca75 100644 --- a/pdf2swf/SWFOutputDev.cc +++ b/pdf2swf/SWFOutputDev.cc @@ -303,7 +303,7 @@ class InfoOutputDev: public OutputDev GfxFont*font = state->getFont(); if(!font) return; - char*id = getFontID(font); + /*char*id = getFontID(font);*/ /* FIXME*/ num_fonts++; } -- 1.7.10.4