Quickbook: Release lists from list builder.

[SVN r70562]
This commit is contained in:
Daniel James
2011-03-26 11:11:58 +00:00
parent a050f676a7
commit 352a9ca028
7 changed files with 45 additions and 33 deletions

View File

@@ -429,7 +429,7 @@ namespace quickbook
append_code();
boost::shared_ptr<snippet_data> snippet = pop_snippet_data();
value callouts = snippet->callouts.get();
value callouts = snippet->callouts.release();
std::string body;
if(snippet->start_code) {