areaDetector / ADPICam

areaDetector driver for Princeton Instruments cameras using the PICam library
https://areadetector.github.io/areaDetector/ADPICam/PICamDoc.html
3 stars 4 forks source link

Memory leak in buffer allocation #14

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.

ukaea-chah commented 3 years ago

Oops, wrong repo