[CP] [to #53590035]fix bug SeArray memory leak
This commit is contained in:
@ -56,6 +56,11 @@ public:
|
|||||||
}
|
}
|
||||||
~ObPLDbLinkGuard()
|
~ObPLDbLinkGuard()
|
||||||
{
|
{
|
||||||
|
#ifdef OB_BUILD_ORACLE_PL
|
||||||
|
for (int64_t i = 0; i < dblink_infos_.count(); i++) {
|
||||||
|
dblink_infos_.at(i)->~ObPLDbLinkInfo();
|
||||||
|
}
|
||||||
|
#endif
|
||||||
reset();
|
reset();
|
||||||
}
|
}
|
||||||
void reset()
|
void reset()
|
||||||
|
|||||||
Reference in New Issue
Block a user