I\'m using an ActiveX component originally written only for pre .Net days that causes a memory leak. All .Net relatedintances (AxHost, etc..) are properly released yet the unmanaged memory keeps growi
So this has been confusing me for a while. I am running my app in the \"Profile\" Mode trying to find memory leaks in my app. I think I got all of them expect when I click on the Map part of my appli开
Help - I\'m stuck in Objective-C/iOS Purgatory... ISSUE:When I assign values to instance variables that can pass values between view controllers I get "extra xml data" (i.e. - ghost data).Pl
Using the analyzer in XCode 4, I\'m getting warnings of potential memory leaks due to setting a property like this:
Is that the correct way to allocate and free handles to managed data passed to unmanaged dll? There is unmanaged dll with exported function
Does an app compiled with base sdk 5.0 will开发者_StackOverflow work on iOS4.x ? I have made deployment target to 4.0. Will ARC work on iOS4.x devices. Is there a way to support both in a same app? I
Well, should I properly remove any control from the parent object before it is set to dispose? Will this cause memory leak to the开发者_运维百科 parent object if it is disposed before removing it from
Splint does a good job tracking down memory leaks in C code. Every malloc() should have a matching free(). But BoehmGC-collected code uses GC_MALLOC() with no matching GC_FREE(). This makes Splint go
I am currently implementing SIFT to extract feature points from an image and noticed that I have a me开发者_StackOverflowmory leak when I get the descriptors. Is there anyway I can free the memory tha
I believe I have memory leak with some of my code that uses the XmlDocument class. My program runs on a Windows 6.1.4 device (C#) and reads from a database on another server to see if any programs in