Index: trunk/src_plugins/drc_query/drc_query.c =================================================================== --- trunk/src_plugins/drc_query/drc_query.c (revision 36367) +++ trunk/src_plugins/drc_query/drc_query.c (revision 36368) @@ -325,7 +325,7 @@ char *path = rnd_concat(DRC_CONF_PATH_DISABLE, nd->name, NULL); if (rnd_conf_get_field(path) == NULL) { - const char *sdesc; + const char *sdesc = ""; rnd_conf_native_t *nat; rnd_bool_t *b; lht_node_t *ndesc;