mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-02-15 04:32:24 +00:00
dtcm: Coverity 88253
This commit is contained in:
parent
67e1ccffc6
commit
abf0b710b7
1 changed files with 6 additions and 4 deletions
|
@ -213,11 +213,13 @@ _DtCm_rtable_delete_instance_3_svc(Table_Args_3 *args, struct svc_req *svcrq)
|
|||
if (res!=NULL) xdr_free ((xdrproc_t)_DtCm_xdr_Table_Res_3, (char*)res); res = NULL;
|
||||
|
||||
newargs = _DtCm_tabledelargs3_to_tabledelargs4(args, do_one_4);
|
||||
newres = _DtCm_rtable_delete_4_svc(newargs, svcrq);
|
||||
res = _DtCm_tableres4_to_tableres3(newres);
|
||||
if(newargs) {
|
||||
newres = _DtCm_rtable_delete_4_svc(newargs, svcrq);
|
||||
res = _DtCm_tableres4_to_tableres3(newres);
|
||||
|
||||
xdr_free((xdrproc_t)_DtCm_xdr_Table_Args_4, (char*)newargs);
|
||||
}
|
||||
|
||||
if (newargs!=NULL) xdr_free((xdrproc_t)_DtCm_xdr_Table_Args_4, (char*)newargs);
|
||||
|
||||
return(res);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue