-
Type: Bug
-
Resolution: Works as Designed
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
2
-
Storage - Ra 2022-03-07
Resource leak
The system resource will not be reclaimed and reused, reducing the future availability of the resource. Leak of memory or pointers to system resources
/src/txn/txn.c:1157: RESOURCE_LEAK 121572 Assuming resource "tombstone" is not freed or pointed-to in unimplemented function "__wt_col_modify".
/src/txn/txn.c:1163: RESOURCE_LEAK 121572 Overwriting "tombstone" in "tombstone = NULL" leaks the storage that "tombstone" points to.