From: johanengelen Date: Sun, 2 Mar 2008 16:29:33 +0000 (+0000) Subject: Remove double unreffing of pointer in pdf-cairo.cpp. Fixes Bug #178985 with the... X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=b752616506705efd28f22c4d852d198ff40c7026;p=inkscape.git Remove double unreffing of pointer in pdf-cairo.cpp. Fixes Bug #178985 with the "quark-prueba.svg" file --- diff --git a/src/extension/internal/pdf-cairo.cpp b/src/extension/internal/pdf-cairo.cpp index c6be807e2..620961d3b 100644 --- a/src/extension/internal/pdf-cairo.cpp +++ b/src/extension/internal/pdf-cairo.cpp @@ -950,9 +950,8 @@ PrintCairoPDF::text(Inkscape::Extension::Print *mod, char const *text, NR::Point FcPatternAddBool(fc_pattern, FC_VERTICAL_LAYOUT, FcFalse); } #endif - tf->Unref(); -return 0; + return 0; } /* Helper functions */