projects
/
oweals
/
cde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4be7b85
)
dtcm: Coverity 88056
author
Peter Howkins
<flibble@users.sf.net>
Fri, 13 Jul 2018 17:55:47 +0000
(18:55 +0100)
committer
Peter Howkins
<flibble@users.sf.net>
Fri, 13 Jul 2018 17:55:47 +0000
(18:55 +0100)
cde/programs/dtcm/dtcm/group_editor.c
patch
|
blob
|
history
diff --git
a/cde/programs/dtcm/dtcm/group_editor.c
b/cde/programs/dtcm/dtcm/group_editor.c
index 77cb115df24d085aec5d638091f2eda8e1bf6542..82fe3364cf7a8530b49b45834ee90f8710b1d2b8 100644
(file)
--- a/
cde/programs/dtcm/dtcm/group_editor.c
+++ b/
cde/programs/dtcm/dtcm/group_editor.c
@@
-730,6
+730,10
@@
ge_insert_proc(Widget w, XtPointer client_data, XtPointer data) {
ad = (Access_data *)
CmDataListGetData(ge->access_data, c_list[i]);
+ if(NULL == ad) {
+ _DtTurnOffHourGlass(ge->frame);
+ return;
+ }
/* it may seem a little odd to create this
template appointment over and over again, but this