aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/sisu/develop/html_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/html_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/html_segments.rb')
-rw-r--r--lib/sisu/develop/html_segments.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sisu/develop/html_segments.rb b/lib/sisu/develop/html_segments.rb
index d6a76de6..65bd2d64 100644
--- a/lib/sisu/develop/html_segments.rb
+++ b/lib/sisu/develop/html_segments.rb
@@ -199,7 +199,6 @@ module SiSU_HTML_Seg
def songsheet
begin
@minitoc=SiSU_HTML::Source::Toc.new(@md,@data).minitoc
- SiSU_HTML_Persist::Persist.new.persist_init
@per=SiSU_HTML_Persist::Persist.new
data=get_subtoc_endnotes(@data,@per)
data=articles(data,@per)
@@ -210,6 +209,7 @@ module SiSU_HTML_Seg
__LINE__.to_s + ':' + __FILE__
end
ensure
+ SiSU_HTML_Persist::Persist.new.persist_init
@@seg_name=@per.seg_name=[]
end
end