mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
dtcm: Coverity 174819
This commit is contained in:
parent
801ed535e1
commit
2fee85a608
1 changed files with 1 additions and 1 deletions
|
@ -2159,7 +2159,7 @@ p_save_changes(Calendar *c) {
|
|||
}
|
||||
|
||||
|
||||
if (((ToDo *) c->todo)->base_form_mgr) {
|
||||
if (c->todo && ((ToDo *) c->todo)->base_form_mgr) {
|
||||
ToDo *t = (ToDo *)c->todo;
|
||||
DSSW *dssw = &((ToDo *) c->todo)->dssw;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue