Details
-
Bug
-
Resolution: Fixed
-
Major - P3
-
None
-
Fully Compatible
-
ALL
-
Storage 2017-05-08
Description
Coverity analysis defect 101330: Resource leak
Leak of memory or pointers to system resources
Defect 101330 (STATIC_C)
Checker RESOURCE_LEAK (subcategory none)
File: /src/third_party/wiredtiger/src/support/thread_group.c
Function __thread_group_resize
/src/third_party/wiredtiger/src/support/thread_group.c, line: 211
Variable "thread" going out of scope leaks the storage it points to.
WT_PANIC_RET(session, ret, "Error while resizing thread group");
|