librsvg r1171 - trunk
- From: doml svn gnome org
- To: svn-commits-list gnome org
- Subject: librsvg r1171 - trunk
- Date: Tue, 26 Aug 2008 15:22:39 +0000 (UTC)
Author: doml
Date: Tue Aug 26 15:22:39 2008
New Revision: 1171
URL: http://svn.gnome.org/viewvc/librsvg?rev=1171&view=rev
Log:
2008-08-26 Dominic Lachowicz <domlachowicz gmail com>
* rsvg-filters.c: #548154 - Nautilus Segmentation fault when displaying SVG file
Modified:
trunk/ChangeLog
trunk/rsvg-filter.c
Modified: trunk/rsvg-filter.c
==============================================================================
--- trunk/rsvg-filter.c (original)
+++ trunk/rsvg-filter.c Tue Aug 26 15:22:39 2008
@@ -1133,7 +1133,7 @@
RsvgHandle * ctx, RsvgPropertyBag * atts)
{
gint i, j;
- guint listlen;
+ guint listlen = 0;
const char *value;
gboolean has_target_x, has_target_y;
RsvgFilterPrimitiveConvolveMatrix *filter;
@@ -1859,7 +1859,7 @@
RsvgPropertyBag * atts)
{
gint type;
- guint listlen;
+ guint listlen = 0;
const char *value;
RsvgFilterPrimitiveColourMatrix *filter;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]