plugins/mod_storage_internal.lua
changeset 13344 92b7ccc76c3a
parent 13267 e77994e88940
child 13347 9a9455de295d
--- a/plugins/mod_storage_internal.lua	Wed Nov 22 22:35:44 2023 +0100
+++ b/plugins/mod_storage_internal.lua	Thu Nov 23 17:49:57 2023 +0100
@@ -258,6 +258,7 @@
 	return function()
 		local item = iter();
 		if item == nil then
+			list:close();
 			return
 		end
 		local key = item.key;