summaryrefslogtreecommitdiff
path: root/atspi/atspi-text.c
diff options
context:
space:
mode:
authorMike Gorse <mgorse@suse.com>2013-11-20 14:44:45 -0600
committerMike Gorse <mgorse@suse.com>2013-11-20 14:44:45 -0600
commitf021e3ce92d668ac72f30abaa81e7af1c6a373fc (patch)
treef7395d17444634f11e67e18108857a373b17991a /atspi/atspi-text.c
parentf9775a7e2e4623b6dbe40f5893dacd33ee341816 (diff)
downloadat-spi2-core-f021e3ce92d668ac72f30abaa81e7af1c6a373fc.tar.gz
Fix atspi_text_get_bounded_ranges
Diffstat (limited to 'atspi/atspi-text.c')
-rw-r--r--atspi/atspi-text.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/atspi/atspi-text.c b/atspi/atspi-text.c
index 645543a6..67510ea7 100644
--- a/atspi/atspi-text.c
+++ b/atspi/atspi-text.c
@@ -753,7 +753,7 @@ atspi_text_get_bounded_ranges (AtspiText *obj,
dbus_int32_t d_x = x, d_y = y, d_width = width, d_height = height;
dbus_uint32_t d_type = type;
dbus_uint32_t d_clipTypeX = clipTypeX, d_clipTypeY = clipTypeY;
- GArray *range_seq;
+ GArray *range_seq = NULL;
g_return_val_if_fail (obj != NULL, NULL);