areaDetector / ADSimDetector

A simulation driver for the EPICS areaDetector software. It contains the example driver and an example IOC directory.
https://areadetector.github.io/areaDetector/ADSimDetector/simDetector.html
Other
2 stars 16 forks source link

Memory leak in buffer allocation #20

Closed ukaea-chah closed 3 years ago

ukaea-chah commented 3 years ago

Each pair of Reset/Start actions causes three buffers (pBackground, pPeak, pRamp_) to be allocated but not released. PoolUsedBuffers increases by 3 each time. PR coming shortly.