NOTICE! This is a static HTML version of a legacy LOCI Software ticket.

LOCI projects are now located on GitHub. The Bio-Formats project can be found here.

Ticket #561 (closed defect: fixed)

Opened 2010-09-15T07:07:20-05:00

Last modified 2010-09-15T07:09:54-05:00

ServiceFactory file handle leak

Reported by: callan Owned by: melissa
Priority: major Milestone: bio-formats-4.2.1
Component: bio-formats Severity: serious
Keywords: Cc:
Blocked By: Blocking:

Description

It is possible for instantiations of the ServiceFactory to leak file handles to the services.properties file.

Change History

comment:1 Changed 2010-09-15T07:08:06-05:00 by callan

  • Status changed from new to closed
  • Resolution set to fixed

(In [6943]) Solution to potential service factory file handle leak. (Fixes #561)

comment:2 Changed 2010-09-15T07:09:54-05:00 by callan

(In [6944]) Merging r6943 from Trunk. (See #561)