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:
parent
4be7b85e01
commit
6826ecc3d3
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue