1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-03-09 15:50:02 +00:00

dtcm: Coverity 88056

This commit is contained in:
Peter Howkins 2018-07-13 18:55:47 +01:00
parent 4be7b85e01
commit 6826ecc3d3

View file

@ -730,6 +730,10 @@ ge_insert_proc(Widget w, XtPointer client_data, XtPointer data) {
ad = (Access_data *) ad = (Access_data *)
CmDataListGetData(ge->access_data, c_list[i]); CmDataListGetData(ge->access_data, c_list[i]);
if(NULL == ad) {
_DtTurnOffHourGlass(ge->frame);
return;
}
/* it may seem a little odd to create this /* it may seem a little odd to create this
template appointment over and over again, but this template appointment over and over again, but this