jbaiter / gphoto2-cffi

Python bindings for libgphoto2 with an idiomatic API
GNU Lesser General Public License v3.0
38 stars 17 forks source link

use `gp_camera_unref` instead of `gp_camera_free` #17

Closed johker01 closed 7 years ago

johker01 commented 7 years ago

Use gp_camera_unref (http://www.gphoto.org/doc/api/gphoto2-camera_8c.html#a6027cb54859c035ce943cf1c3e06121a) instead of gp_camera_free (http://www.gphoto.org/doc/api/gphoto2-camera_8c.html#a78ae1a19cc0fb4d94026f82497381124) as the latter is deprecated.

jbaiter commented 7 years ago

Thank you!