From 7d8015c0b12c93a3f5c444d3f3790544e722890e Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Thu, 11 Dec 2014 18:58:50 -0500 Subject: d: persist, address garbage collection issue, bug, fix * related to code related changes (re: "persistence") in recent reorganization of txt, html, epub, xmls etc. --- lib/sisu/develop/xhtml_epub2_segments.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/sisu/develop/xhtml_epub2_segments.rb') diff --git a/lib/sisu/develop/xhtml_epub2_segments.rb b/lib/sisu/develop/xhtml_epub2_segments.rb index b3ce33b0..436cf845 100644 --- a/lib/sisu/develop/xhtml_epub2_segments.rb +++ b/lib/sisu/develop/xhtml_epub2_segments.rb @@ -164,7 +164,6 @@ WOK end def songsheet begin - SiSU_XHTML_EPUB2_Persist::Persist.new.persist_init data=get_subtoc_endnotes(@data,@per) data=articles(data,@per) SiSU_XHTML_EPUB2_Seg::Seg.new.cleanup(@md,@per) # (((( added )))) @@ -174,6 +173,7 @@ WOK __LINE__.to_s + ':' + __FILE__ end ensure + SiSU_XHTML_EPUB2_Persist::Persist.new.persist_init @@seg_name=@per.seg_name=[] end end -- cgit v1.2.3