summaryrefslogtreecommitdiff
path: root/tests/testglib.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testglib.c')
-rw-r--r--tests/testglib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testglib.c b/tests/testglib.c
index 3d63ebbcb..2c4c87bda 100644
--- a/tests/testglib.c
+++ b/tests/testglib.c
@@ -283,7 +283,7 @@ main (int argc,
gint morenums[10] = { 8, 9, 7, 0, 3, 2, 5, 1, 4, 6};
gchar *string;
- gchar *mem[10000], *tmp_string, *tmp_string_2;
+ gchar *mem[10000], *tmp_string = NULL, *tmp_string_2;
gint i, j;
GArray *garray;
GPtrArray *gparray;