use a safe iterator when deleting clients during comp shutdown
authorMike Blumenkrantz <zmike@osg.samsung.com>
Mon, 15 Jun 2015 17:35:34 +0000 (13:35 -0400)
committerMike Blumenkrantz <zmike@osg.samsung.com>
Mon, 15 Jun 2015 17:35:34 +0000 (13:35 -0400)
commitfd4226eb8f51d440616e0bffad4ec43521c62815
tree453e86a9ea3ee247b3e98e486115e49facbe089c
parent6b64e40122004f5e45f387e8d85781110323d2fb
use a safe iterator when deleting clients during comp shutdown

it's conceivable that, were there a bug in client refcounting,
this could become an infinite loop and prevent shutdown/restart.
since, at this point, we don't really care about deleting anything,
ensure that the loop will end
src/bin/e_comp.c