From 4173e7c1c653ec48e7676a2872ce9b4328a2fbcc Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Sun, 6 Jul 2008 20:24:52 +0200 Subject: [PATCH 1/1] Initialize stat_item_values[]. Just to be sure.. --- audiod.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/audiod.c b/audiod.c index 76f07e8c..f0ce6258 100644 --- a/audiod.c +++ b/audiod.c @@ -67,7 +67,7 @@ struct slot_info slot[MAX_STREAM_SLOTS]; /** The array of status items sent by para_server. */ -char *stat_item_values[NUM_STAT_ITEMS]; +char *stat_item_values[NUM_STAT_ITEMS] = {NULL}; /** * the current mode of operation of which can be changed by the on/off/cycle -- 2.39.2