I have the following controller class which will do different tasks based on combination of the flag and param property. The value of these two properties will be set by many other classes having a re
Valgrind tells me function xxx allocated memory which was not freed. Fine. It\'s proving more difficult than usual to trace however.
One of the following pieces of code generates a memory leak, any idea which part? 1) private Deque<Snapshot> snapshots = new LinkedList<Snapshot>();
I\'m running leaks through Instruments on my iPhone app and I\'m seeing a lot of leaks that don\'t appear to be coming from my code.
I am porting a large web application to a shared web hosting environment. The app was written in PHP 4. The new environment has PHP 5.2.
Problem: my mod_perl leaks and I cannot control it. I run mod_perl script under Ubuntu (production code).
I\'ve been trying to swap images in a PictureBox in a C++/CLI application but my solution appears to have a memory leak:
I am not sure why Instruments is showing the fol开发者_StackOverflow中文版lowing code as leaking 128 bytes on the UILabel initWithFrame line:
I\'ve tried to debug memory crash in开发者_运维问答 my Python C extension and tried to run script under valgrind. I found there is too much \"noise\" in the valgrind output, even if I\'ve ran simple c
So i have this C++ program that is called via JNI from my Java program, the code follows: JNIEXPORT jstring JNICALL Java_com_entrust_adminservices_urs_examples_authn_LdapAuthenticator2_takeInfo(JNIEn