dtcm: Coverity 88514
This commit is contained in:
@@ -924,9 +924,14 @@ ApptDragStart(
|
|||||||
free(context);
|
free(context);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
apptstr = parse_attrs_to_string(appt, (Props *)calendar->properties,
|
|
||||||
attrs_to_string(appt->attrs,
|
{
|
||||||
appt->count));
|
char *attr_string = attrs_to_string(appt->attrs, appt->count);
|
||||||
|
apptstr = parse_attrs_to_string(appt, (Props *)calendar->properties,
|
||||||
|
attr_string);
|
||||||
|
|
||||||
|
free(attr_string);
|
||||||
|
}
|
||||||
free_appt_struct(&appt);
|
free_appt_struct(&appt);
|
||||||
|
|
||||||
context->data = apptstr;
|
context->data = apptstr;
|
||||||
|
|||||||
Reference in New Issue
Block a user