dtcm: Coverity 174713
This commit is contained in:
parent
603e917918
commit
801ed535e1
|
|
@ -2136,7 +2136,7 @@ p_save_changes(Calendar *c) {
|
|||
|
||||
if (redisplay_mask & PROPS_REDO_EDITORS) {
|
||||
|
||||
if (((Editor *) c->editor)->base_form_mgr) {
|
||||
if (c->editor && ((Editor *) c->editor)->base_form_mgr) {
|
||||
|
||||
Editor *e = (Editor *) c->editor;
|
||||
DSSW *dssw = &((Editor *) c->editor)->dssw;
|
||||
|
|
|
|||
Loading…
Reference in New Issue