cedricve / raspicam

AVA RaspiCam: C++ API for using Raspberry camera with/without OpenCv

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Double delete in src/private_still/private_still_impl.cpp

theSundayProgrammer opened this issue · comments

userdata is deleted in takePicture and stopCapture

IN fact why create userdata on the heap?