dtcm: Coverity 88056

This commit is contained in:
Peter Howkins 2018-07-13 18:55:47 +01:00
parent 4be7b85e01
commit 6826ecc3d3
1 changed files with 4 additions and 0 deletions

View File

@ -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