to issue<50473724>:fix cursor open memory leak

This commit is contained in:
hanr881
2023-07-26 08:48:34 +00:00
committed by ob-robot
parent 60e749bd89
commit f8af7ea99a
4 changed files with 22 additions and 0 deletions

View File

@ -6929,6 +6929,7 @@ int ObSPIService::fill_cursor(ObResultSet &result_set, ObSPICursor *cursor)
LOG_WARN("failed to copy pl extend", K(ret));
} else {
obj = tmp;
cursor->complex_objs_.push_back(tmp);
}
}
}