-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Won't Fix
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
ByteArrayDataOutputView dov = new ByteArrayDataOutputView(1);
dov is used in a try block but it is not closed in case of Exception.