diff --git a/src/handler.c b/src/handler.c index a8983be..8a9e179 100644 --- a/src/handler.c +++ b/src/handler.c @@ -627,7 +627,7 @@ void handler_system_delete_all(xmpp_conn_t *conn) xmpp_handlist_t *item, *next, *head, *head_old; hash_iterator_t *iter; const char *key; - char *key2; + char *key2 = NULL; /* TODO unify all kinds of handlers and avoid copy-paste below */