summaryrefslogtreecommitdiff
path: root/array.c
diff options
context:
space:
mode:
Diffstat (limited to 'array.c')
-rw-r--r--array.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/array.c b/array.c
index 1ffe7517..124824b5 100644
--- a/array.c
+++ b/array.c
@@ -933,7 +933,7 @@ asort_actual(int nargs, sort_context_t ctxt)
/* value node */
r = *ptr++;
- NODE *value;
+ NODE *value = NULL;
switch (r->type) {
case Node_val: