fixed bug: cache was cleaned, meminfo not updated

pull/2/merge
HW 13 years ago
parent 618822fa1f
commit e0e422c75a

@ -113,6 +113,7 @@ end
-- blank the cache
function PDFReader:clearcache()
self.cache = {}
self.cache_current_memsize = 0
end
-- open a PDF file and its settings store

Loading…
Cancel
Save