mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-02-15 04:32:24 +00:00
dtcm: Coverity 88113
This commit is contained in:
parent
4fa9477a1b
commit
a690c1f7f8
1 changed files with 2 additions and 1 deletions
|
@ -498,7 +498,7 @@ _EnumerateSequence(
|
|||
CSA_return_code stat2 = CSA_SUCCESS;
|
||||
cms_entry *eptr;
|
||||
time_t fsttick, tick;
|
||||
RepeatEventState *restate;
|
||||
RepeatEventState *restate = NULL;
|
||||
|
||||
eptr = (cms_entry *)lnode->data;
|
||||
fsttick = eptr->key.time;
|
||||
|
@ -562,6 +562,7 @@ _EnumerateSequence(
|
|||
eptr->attrs[CSA_ENTRY_ATTR_END_DATE_I].value->\
|
||||
item.date_time_value = etime;
|
||||
}
|
||||
free(restate);
|
||||
|
||||
return (stat);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue