Skip to content

Commit

Permalink
Free the tag->fixups
Browse files Browse the repository at this point in the history
  • Loading branch information
Ralph Loader committed Nov 12, 2011
1 parent dd6f6cd commit 514dfb5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions database.c
Expand Up @@ -79,6 +79,7 @@ void database_destroy (database_t * db)
free (i->parents);
free (i->changeset.children);
free (i->changeset.merge);
free (i->fixups);
}

for (changeset_t ** i = db->changesets; i != db->changesets_end; ++i) {
Expand Down

0 comments on commit 514dfb5

Please sign in to comment.