the repository which powers this website
Diffstat (limited to 'themed/log.html')
| -rw-r--r-- | themed/log.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/themed/log.html b/themed/log.html index 245e458b..d47436bf 100644 --- a/themed/log.html +++ b/themed/log.html @@ -50,8 +50,9 @@ {! release_commit_memory(the_repository->parsed_objects, commit); !} {! commit->parents = NULL; !} {% endwhile %} - {! reset_revision_walk(); !} </div> + {! reset_revision_walk(); !} + {! release_revisions(&rev); !} </main> {! page_end(); !} {% endpage %} |