libfuse / python-fuse

Python 2.x/3.x bindings for libfuse 2.x
GNU Lesser General Public License v2.1
289 stars 76 forks source link

Fix object leak in open_func() #35

Closed omeg closed 3 years ago

omeg commented 3 years ago

Fixes https://github.com/libfuse/python-fuse/issues/25

sdelafond commented 3 years ago

Thanks!