mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-03-31 17:50:26 +08:00
double attempt to fix coverity error
This commit is contained in:
commit
b5aa5924a9
@ -425,8 +425,12 @@ markprefetch(NCDAPCOMMON* nccomm)
|
||||
if(SHOWFETCH)
|
||||
{
|
||||
extern char* ocfqn(OCddsnode);
|
||||
char *tmp = ocfqn(var->ocnode);
|
||||
//extern char* ocfqn(OCddsnode);
|
||||
nclog(NCLOGDBG,"prefetchable: %s=%lu",
|
||||
ocfqn(var->ocnode),(unsigned long)nelems);
|
||||
tmp,(unsigned long)nelems);
|
||||
free(tmp);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user