summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDom Lachowicz <doml@src.gnome.org>2004-06-11 12:01:17 +0000
committerDom Lachowicz <doml@src.gnome.org>2004-06-11 12:01:17 +0000
commit35c209ab0ee4a6ea49fbb9c3784cacee24aa5cab (patch)
tree5d55f812fd044ac1d6f830d3e9579d1e80614198
parentf909f4256f1f466954823fe9b2d3e82d92d51f52 (diff)
downloadlibrsvg-35c209ab0ee4a6ea49fbb9c3784cacee24aa5cab.tar.gz
fix 144140
-rw-r--r--rsvg-filter.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/rsvg-filter.c b/rsvg-filter.c
index ffa8c884..99f38ffc 100644
--- a/rsvg-filter.c
+++ b/rsvg-filter.c
@@ -484,10 +484,10 @@ static void
rsvg_filter_store_output(GString * name, RsvgFilterPrimitiveOutput result,
RsvgFilterContext * ctx)
{
- g_object_unref (G_OBJECT (ctx->lastresult.result));
-
RsvgFilterPrimitiveOutput * store;
+ g_object_unref (G_OBJECT (ctx->lastresult.result));
+
store = g_new(RsvgFilterPrimitiveOutput, 1);
*store = result;