I'm working on a game and I came across a little problem with my scanner. I'm getting a resource leak …
java java.util.scanner resource-leakHave an application with a GDI leak that will eventually hit 10,000 allocated GDI objects and crash. I tried increasing the …
windows-7 gdi resource-leakI am using ADO.NET (.NET 1.1) in a legacy app. I know that DataAdapter.Fill() opens and closes connections if …
.net ado.net .net-1.1 sqlconnection resource-leakIn Eclipse I received a warning Resource leak: 'ps' is not closed at this location that I don't understand. In …
java eclipse resource-leakThe javadoc for Stream states: Streams have a BaseStream.close() method and implement AutoCloseable, but nearly all stream instances do …
java stream java-8 java-stream resource-leakQuestion: Is there an easy way to get a list of types of resources that leak in a running application? …
delphi gdi resource-leak eoutofresourcesI am using Jersey v10 and have written the following code.Is this the right way to close a Jersey …
memory-leaks connection client jersey resource-leakI've been reading up on .NET Threading and was working on some code that uses a ManualResetEvent. I have found …
c# multithreading dispose waithandle resource-leakWe have a Windows Forms application that contains thousands of forms. Many of these are temporarily displayed as dialogs via …
c# winforms garbage-collection using-statement resource-leakIn one of my applications I observe an increasing number of handles. The number is incremented roughly every second without …
windows delphi delphi-xe resource-leak