chain: add missing pi_del() in find*() functions
commit68e8acb564a1b0e591d73edb912aa703c54ba2df
authorMichal Soltys <soltys@ziu.info>
Sun, 29 Jun 2014 19:41:41 +0000 (29 21:41 +0200)
committerH. Peter Anvin <hpa@zytor.com>
Wed, 27 Aug 2014 01:07:18 +0000 (26 18:07 -0700)
treef672fed944658279b83c6dab2e6318273fc61d24
parent69e1b85fdee3db74cadf2e61e9ab34a9f70ab981
chain: add missing pi_del() in find*() functions

As partiter doesn't deallocate itself after finish (anymore), it should
be deleted after each loop iteration.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
com32/chain/chain.c