-
Type:
Bug
-
Resolution: Won't Do
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Not Needed
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/reconcile/rec_track.c:475: RESOURCE_LEAK 135099 Assigning: "p" = "reuse".
/src/reconcile/rec_track.c:478: RESOURCE_LEAK 135099 Resource "p" is not freed or pointed-to in "memcpy".
/src/reconcile/rec_track.c:482: RESOURCE_LEAK 135099 Resource "p" is not freed or pointed-to in "memcpy".
/src/reconcile/rec_track.c:497: RESOURCE_LEAK 135099 Variable "p" going out of scope leaks the storage it points to.
/src/reconcile/rec_track.c:497: RESOURCE_LEAK 135099 Variable "reuse" going out of scope leaks the storage it points to.