aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/sisu/develop/xhtml_epub2_segments.rb
diff options
context:
space:
mode:
authorRalph Amissah <ralph@amissah.com>2014-12-11 18:58:50 -0500
committerRalph Amissah <ralph@amissah.com>2014-12-11 18:58:50 -0500
commit7d8015c0b12c93a3f5c444d3f3790544e722890e (patch)
tree10b526f177af9948cb9298f831fae92ecda8ddd4 /lib/sisu/develop/xhtml_epub2_segments.rb
parentc&d: html, output by filename, filenames, fix (diff)
d: persist, address garbage collection issue, bug, fix
* related to code related changes (re: "persistence") in recent reorganization of txt, html, epub, xmls etc.
Diffstat (limited to 'lib/sisu/develop/xhtml_epub2_segments.rb')
-rw-r--r--lib/sisu/develop/xhtml_epub2_segments.rb2
1 files changed, 1 insertions, 1 deletions
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