mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-02-15 04:32:24 +00:00
dtcm: Coverity 88636
This commit is contained in:
parent
8e9d0e5282
commit
4111b85da8
1 changed files with 4 additions and 4 deletions
|
@ -1148,11 +1148,11 @@ read_new_appt(FILE *fp, Dtcm_appointment **appt, Props *p, int version)
|
||||||
a_name, a_tag, a_value);
|
a_name, a_tag, a_value);
|
||||||
++attrs_written;
|
++attrs_written;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
free(a_name);
|
free(a_name);
|
||||||
free(a_tag);
|
free(a_tag);
|
||||||
free(a_value);
|
free(a_value);
|
||||||
}
|
|
||||||
|
|
||||||
/* this should pull off the new attribute name */
|
/* this should pull off the new attribute name */
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue