memory-leaks
Potential leak on a retain
I\'m developing an iPhone application. I have the following method: - (void)generateTokenWithUserId: (NSString *)uniqueId {[详细]
2023-04-11 17:10 分类:问答How to Clear() controls without causing a memory leak
After reading about Contr开发者_JAVA百科ol.Clear(); causing memory leaks (verified at MSDN), I was wondering if:[详细]
2023-04-11 15:10 分类:问答Is this a memory leak? - the Context is the Android Context
I ran into out of memory exception on my app. I have code that, in general, does something like below:[详细]
2023-04-11 13:04 分类:问答How to free up memory of an Executor Service that has been shut down for garbage collecting?
I am working on at the moment on a program that uses a lot of threads. A- My question is related to freeing up the executors once they have shut down for garbage collecting, what is the best way? I[详细]
2023-04-11 11:45 分类:问答How could the jQuery UI takes so much memory when the event is happening?
When I use jQuery UIs I find that the events always take up a lot of memory. When I change one web browser tab, then the memory decreases.[详细]
2023-04-11 11:23 分类:问答Memory management when updating the items in a NSMenu
I\'d like to know if this is the correct way to avoid a memory leak in a Cocoa app. My app has a method that updates an NSMenu\'s items:[详细]
2023-04-11 08:09 分类:问答C++ wxWidgets Gui-App stays in memory after closing it
The subject says it all. After i closed my app, it stays in the list of processes with some memory. I tried google perf tools and hours of debugging to find the leak.[详细]
2023-04-11 05:15 分类:问答PermGen space error - Glassfish Server
I am running java web application using Hibe开发者_StackOverflowrnate and glassfish Server. I am getting[详细]
2023-04-11 03:34 分类:问答push_backing into list of pointers causes memory leak
I am trying to find memory leak with Visual Leak Detector. It shows me m_neighbors.push_back(ent); causes leak.[详细]
2023-04-11 02:38 分类:问答DataTable memory leak
following piece of code is leaking memory even if no data is returned by database. could anyone shed some light on this. .net 开发者_C百科profiler application shows that the culprit is datatable[详细]
2023-04-11 02:25 分类:问答