chiark / gitweb /
misc.c: Fix implementation of free_keys.
authorLennard Sprong <x-sheep@users.noreply.github.com>
Thu, 14 Jun 2018 19:45:26 +0000 (21:45 +0200)
committerSimon Tatham <anakin@pobox.com>
Thu, 14 Jun 2018 22:39:49 +0000 (23:39 +0100)
commit506b07352ae225c74e79f6c6e7872bc2005bdb53
tree51664775cf2e6b95b200c36cddd477ff65b2681d
parent5a697b3df94cec314fba99a3bf1e0de69fe88c09
misc.c: Fix implementation of free_keys.

The previous version attempted to free the first element multiple times.
misc.c