Created by: dpursehouse
Summary: In several places resources are opened but potentially not closed if an exception occurs. In these places, use try-with-resource so that the resource is properly closed on exception.
Test plan:
buck test
Created by: dpursehouse
Summary: In several places resources are opened but potentially not closed if an exception occurs. In these places, use try-with-resource so that the resource is properly closed on exception.
Test plan:
buck test