Oops, totally forgot wrapping up ZMV replying for a second there.

This commit is contained in:
n-a-c-h
2005-03-13 23:58:10 +00:00
parent ac02517d50
commit 214929d111

View File

@@ -741,6 +741,13 @@ void zmv_add_chapter()
} }
} }
void zmv_replay_finished()
{
internal_chapter_free_chain(zmv_vars.internal_chapters.next);
internal_chapter_free_chain(zmv_open_vars.external_chapters.next);
fclose(zmv_vars.fp);
}
///////////////////////////////////////////////////////// /////////////////////////////////////////////////////////