gphoto / libgphoto2

The libgphoto2 camera access and control library.
GNU Lesser General Public License v2.1
1.06k stars 325 forks source link

Object handling #1045

Closed axxel closed 3 weeks ago

axxel commented 3 weeks ago

This is a set of patches mainly working on the reduction of the use of ptp_object_want() and especially eliminating it from inside loops over the object cache, which can cause 'problems', since the function may modify said object cache.

This should fix the issue discussed here for good.