Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
None
-
None
Description
public void deleteGlobal(BlobKey key) throws IOException { delete(key); BlobClient bc = createClient(); bc.delete(key); bc.close();
If delete() throws IOException, BlobClient would be left inclosed.