AravisProject / aravis

A vision library for genicam based cameras
GNU Lesser General Public License v2.1
872 stars 326 forks source link

Fix finalization of gv device. #895

Closed feuerste closed 5 months ago

feuerste commented 5 months ago

Without the fix after camera creation, DeviceReset, device list update, and camera recreation a segmentation fault happened because of a null pointer when destructing the original camera.

EmmanuelP commented 5 months ago

Thanks