handle random memory failure
This commit is contained in:
parent
76f982e937
commit
2e56479f8a
|
@ -1378,7 +1378,7 @@ _end:
|
||||||
taosMemoryFree(pConn);
|
taosMemoryFree(pConn);
|
||||||
pConn = NULL;
|
pConn = NULL;
|
||||||
}
|
}
|
||||||
tError("%s failed to create conn since %s" PRId64, transLabel(pInst), tstrerror(code));
|
tError("%s failed to create conn since %s", transLabel(pInst), tstrerror(code));
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue