cc_ccache_iterator_release and cc_credentials_iterator leak memory on the CCacheServer because they do not send an ipc message to the server telling it to free up resources associated with the iterator. Note: this issue does not track needing to be able to free up these same resources when the client crashes. Commit By: lxs Revision: 20276 Changed Files: U trunk/src/ccapi/lib/ccapi_ccache_iterator.c U trunk/src/ccapi/lib/ccapi_credentials_iterator.c