summaryrefslogtreecommitdiffstats
path: root/graphics/librsvg2/files/patch-rsvg-filter.c
blob: 4c762be8b00c076e7988204fa8c020aa68734e94 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- rsvg-filter.c.orig  Wed Jun  9 01:24:25 2004
+++ rsvg-filter.c   Wed Jun  9 01:24:32 2004
@@ -484,9 +484,9 @@
 rsvg_filter_store_output(GString * name, RsvgFilterPrimitiveOutput result,
                          RsvgFilterContext * ctx)
 {
+   RsvgFilterPrimitiveOutput * store;
    g_object_unref (G_OBJECT (ctx->lastresult.result));
    
-   RsvgFilterPrimitiveOutput * store;
 
    store = g_new(RsvgFilterPrimitiveOutput, 1);
    *store = result;