dtcm: Coverity 88613
This commit is contained in:
@@ -396,7 +396,7 @@ extern int
|
|||||||
drag_load_proc(char *filename, Calendar *c) {
|
drag_load_proc(char *filename, Calendar *c) {
|
||||||
int ret_val, i = 1;
|
int ret_val, i = 1;
|
||||||
char buf[MAXNAMELEN * 2];
|
char buf[MAXNAMELEN * 2];
|
||||||
CmDataList *list = CmDataListCreate();
|
CmDataList *list = NULL;
|
||||||
Props *p = (Props *)c->properties;
|
Props *p = (Props *)c->properties;
|
||||||
Props_pu *pu = (Props_pu *)c->properties_pu;
|
Props_pu *pu = (Props_pu *)c->properties_pu;
|
||||||
Validate_op op;
|
Validate_op op;
|
||||||
@@ -406,6 +406,8 @@ drag_load_proc(char *filename, Calendar *c) {
|
|||||||
if (!filename || *filename == '\0')
|
if (!filename || *filename == '\0')
|
||||||
return -1;
|
return -1;
|
||||||
|
|
||||||
|
list = CmDataListCreate();
|
||||||
|
|
||||||
op = parse_appt_from_file(c->DT_catd, filename, list, p, query_user,
|
op = parse_appt_from_file(c->DT_catd, filename, list, p, query_user,
|
||||||
(void *)c, c->general->version);
|
(void *)c, c->general->version);
|
||||||
if (list->count <= 0) {
|
if (list->count <= 0) {
|
||||||
|
|||||||
Reference in New Issue
Block a user