mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
dtcm: Coverity 87931
This commit is contained in:
parent
03d009d63e
commit
603e917918
1 changed files with 1 additions and 1 deletions
|
@ -1901,7 +1901,7 @@ remove_all_gaccess_data(GEditor *ge) {
|
||||||
step = (Access_data *)CmDataListGetData(ge->access_data, i);
|
step = (Access_data *)CmDataListGetData(ge->access_data, i);
|
||||||
if (step && step->name)
|
if (step && step->name)
|
||||||
free(step->name);
|
free(step->name);
|
||||||
if (step->appt_head && step->appt_count >= 0)
|
if (step && step->appt_head && step->appt_count >= 0)
|
||||||
csa_free(step->appt_head);
|
csa_free(step->appt_head);
|
||||||
step->appt_head = NULL;
|
step->appt_head = NULL;
|
||||||
step->appt_count = 0;
|
step->appt_count = 0;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue