Fixed
Pinned fields
Click on the next to a field label to start pinning.
Details
Components
Assignee
Richard ChapmanRichard ChapmanReporter
Gavin HallidayGavin HallidayPriority
MinorCompatibility
PointFix versions
Pull Request URL
Details
Details
Components
Assignee
Richard Chapman
Richard ChapmanReporter
Gavin Halliday
Gavin HallidayPriority
Compatibility
Point
Fix versions
Pull Request URL
Created October 6, 2016 at 10:52 AM
Updated December 5, 2016 at 10:34 AM
Resolved December 5, 2016 at 10:34 AM
In eclagent_main(int, char const**, StringBuffer *, bool): Leak of memory or pointers to system resources (CWE-404)
CSDSServerStatus * serverstatus = NULL;
should be some kind of owned pointer so the memory can be cleaned up.