diff --git a/filechooser.lua b/filechooser.lua index 9f3de8780..190b99103 100644 --- a/filechooser.lua +++ b/filechooser.lua @@ -113,6 +113,7 @@ function DrawFileItem(name,x,y,image) local handle = renderUtf8TextWidth(fb.bb, xleft, y, cface, name, true, width - lgap - x) renderUtf8Text(fb.bb, handle.x + lgap + x, y, cface, " ...", true) end + iw:free() end -- end of old NuPogodi's functions