dtcm: Coverity 88675
This commit is contained in:
@@ -285,7 +285,7 @@ DeriveNewStartTime(
|
||||
Tick end_date;
|
||||
Tick an_event;
|
||||
int num_events;
|
||||
RepeatEventState *res;
|
||||
RepeatEventState *res = NULL;
|
||||
|
||||
/* Count the number of events from the start time to the current time */
|
||||
end_date = old_re->re_end_date;
|
||||
@@ -309,6 +309,8 @@ DeriveNewStartTime(
|
||||
;
|
||||
}
|
||||
|
||||
free(res);
|
||||
|
||||
return an_event;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user