From ce4e3c231102682e1cc263054c727ad687634523 Mon Sep 17 00:00:00 2001 From: Kris De Gussem Date: Sun, 2 Sep 2012 17:59:13 +0200 Subject: performance: ?? (bzr r11645) --- src/xml/repr-css.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/xml/repr-css.cpp') diff --git a/src/xml/repr-css.cpp b/src/xml/repr-css.cpp index 679ec73cb..594ac83c6 100644 --- a/src/xml/repr-css.cpp +++ b/src/xml/repr-css.cpp @@ -286,8 +286,6 @@ gchar *sp_repr_css_write_string(SPCSSAttr *css) if (!strcmp(g_quark_to_string(iter->key), "font-family") || !strcmp(g_quark_to_string(iter->key), "-inkscape-font-specification")) { // we only quote font-family/font-specification, as SPStyle does - gchar *t = g_strdup (iter->value); - g_free (t); gchar *val_quoted = css2_escape_quote (iter->value); if (val_quoted) { buffer.append(val_quoted); -- cgit v1.2.3