From b24e4a3e6fa2be92c5d02110553dab4f091626e3 Mon Sep 17 00:00:00 2001 From: Peter Howkins Date: Fri, 13 Jul 2018 17:27:41 +0100 Subject: [PATCH] dtcm: Coverity 89667 --- cde/programs/dtcm/dtcm/dnd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cde/programs/dtcm/dtcm/dnd.c b/cde/programs/dtcm/dtcm/dnd.c index 212c4c70..0615efae 100644 --- a/cde/programs/dtcm/dtcm/dnd.c +++ b/cde/programs/dtcm/dtcm/dnd.c @@ -524,7 +524,7 @@ get_appt_struct(DragContext *context) { Widget list; Calendar *c = context->calendar; Props_pu *pr; - CSA_entry_handle entry; + CSA_entry_handle entry = 0; Access_data *ad; pr = (Props_pu *)(c->properties_pu); -- 2.25.1