]> git.eshelyaron.com Git - emacs.git/commit
Properly deinitialize directory cursors on closedir
authorPo Lu <luangruo@yahoo.com>
Sun, 12 May 2024 12:24:19 +0000 (20:24 +0800)
committerEshel Yaron <me@eshelyaron.com>
Sun, 12 May 2024 15:49:40 +0000 (17:49 +0200)
commitb229481b4562d97326f16b4c7905c33b78b95b50
tree14b9a62c22be487f943c27c5473a3d84a06685ff
parentea813f8203d59ecda90464aa24b1643be91b58ad
Properly deinitialize directory cursors on closedir

* src/androidvfs.c (android_saf_tree_closedir): Call
cursor.close, for deleting the local reference to enable its
garbage collection is not sufficient to release all related
resources.

(cherry picked from commit 86d196c71d763ae81229e7e1eb2c6e37d0456f06)
src/androidvfs.c