Skip to content

Commit

Permalink
swim: fix an obvious leak in swim_delete()
Browse files Browse the repository at this point in the history
Follow up #3234
  • Loading branch information
Gerold103 committed May 22, 2019
1 parent aad779d commit bae6890
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/swim/swim.c
Expand Up @@ -1956,6 +1956,7 @@ swim_delete(struct swim *swim)
wait_ack_heap_destroy(&swim->wait_ack_heap);
mh_swim_table_delete(swim->members);
free(swim->shuffled);
free(swim);
}

/**
Expand Down

0 comments on commit bae6890

Please sign in to comment.