Content-Type: text/plain Content-Disposition: inline Content-Transfer-Encoding: binary MIME-Version: 1.0 X-Mailer: MIME-tools 5.420 (Entity 5.420) From: lxs@mit.edu Subject: SVN Commit X-RT-Original-Encoding: iso-8859-1 Content-Length: 467 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