torsdag 01 mars 2007 04:59 skrev Shawn O. Pearce: > Robin Rosenberg <robin.rosenberg@xxxxxxxxxx> wrote: > > + public String getPatch() throws IOException { > > + final File ptr = new File(getDirectory(),"patches/"+getBranch()+"/current"); > > + final BufferedReader br = new BufferedReader(new FileReader(ptr)); > > + final String line = br.readLine(); > > + return line; > > + } > > Last time I checked leaking a file descriptor was a bad idea. It's a hallmark of mine. Sooner or later the GC picks them up :), but you're right. > I fixed it (in both methods) when I applied the patch. > > Your whole series is now pushed. Thanks for the cleanups. > -- robin - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html