summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKris De Gussem <kris.degussem@gmail.com>2012-09-29 12:31:10 +0000
committerKris <Kris.De.Gussem@hotmail.com>2012-09-29 12:31:10 +0000
commita20d8f37c8f8c1df1eb65dccb0f695937905d6ab (patch)
treed0e2ea7aac55c8546741cfccfcb3f2bcc934d56d /src
parentFix for 1058432 : Trace Bitmap preview should be resizeable (diff)
downloadinkscape-a20d8f37c8f8c1df1eb65dccb0f695937905d6ab.tar.gz
inkscape-a20d8f37c8f8c1df1eb65dccb0f695937905d6ab.zip
memleak fix (part of bug #1043571)
(bzr r11715)
Diffstat (limited to 'src')
-rw-r--r--src/libcroco/cr-term.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libcroco/cr-term.c b/src/libcroco/cr-term.c
index 63b39271b..d95c4979f 100644
--- a/src/libcroco/cr-term.c
+++ b/src/libcroco/cr-term.c
@@ -365,9 +365,9 @@ cr_term_to_string (CRTerm * a_this)
tmp_str = NULL;
}
- g_free (content);
- content = NULL;
}
+ g_free (content);
+ content = NULL;
g_string_append (str_buf, ")");
}