commit | 1c6722e447aa5b9367388f1a7845b5982a0b9ee6 | [log] [tgz] |
---|---|---|
author | Sean Dague <sdague@linux.vnet.ibm.com> | Thu Dec 06 15:37:03 2012 -0500 |
committer | Sean Dague <sdague@linux.vnet.ibm.com> | Thu Dec 06 15:37:03 2012 -0500 |
tree | bc9742a5610e7d8c1241e50189ba4190f9a8b2fb | |
parent | f51463d7a73806af9a73f7fa138db8005534709f [diff] |
early failures would prevent cleanup because we are using finally: to do cleanup, we are cleaning up variables which may never have been allocated, thus throwing and additional exception and leaving state around after our shutdown. Discovered by bug #1087298 however this is not a fix for that bug Change-Id: I395301e619cc290367aa0ab8fb02d729343f1432