No announcements
Found 2681767 threads
-
0 Votes
Memory leak
MLK: Memory leak of 8192 bytes from 1 block allocated in CAtlAllocator::AddCategory(int,WORD const*) ...Answered | 1 Replies | 4897 Views | Created by hanumanth - Thursday, April 19, 2007 1:00 PM | Last reply by Marius Bancila - Thursday, April 19, 2007 1:43 PM -
2 Votes
Memory leak in .net framework
gets an "Out Of Memory Exception". So maybe the definition is not that good. In my eyes a memory leak is, when ...Discussion | 11 Replies | 5567 Views | Created by sdfgfdgfd - Tuesday, April 12, 2011 7:17 AM | Last reply by Adavesh - Wednesday, February 15, 2012 6:16 AM -
0 Votes
Memory Leak
count of same type of object is growing it can show there can be memory leak. It is better and easier when you know which action causes ...Proposed | 4 Replies | 735 Views | Created by danielsn - Monday, December 23, 2019 5:33 PM | Last reply by EckiS - Monday, December 23, 2019 7:50 PM -
0 Votes
Memory leak in System.AddIn
I got a memory leak issue during the development of system.addin. The following is the contract and add-in. ...Answered | 2 Replies | 4713 Views | Created by Johnny.de - Monday, February 18, 2008 10:34 AM | Last reply by Johnny.de - Wednesday, February 20, 2008 7:20 AM -
1 Votes
Memory Leak
Igor has shown you where the leak is and how to eliminate it, but a word of warning. Do not design code like this in C++, there are ...Answered | 2 Replies | 742 Views | Created by LokanathNayak - Sunday, April 20, 2014 2:40 AM | Last reply by Igor Tandetnik - Sunday, April 20, 2014 4:09 AM -
0 Votes
Memory Leak
There is no memory leak when simply binding a ListView to an ObservableCollection in WPF, regardless of whether you are implementing the INotifyPropertyChanged ...Answered | 2 Replies | 345 Views | Created by vema adi ganesh - Tuesday, December 22, 2015 2:08 PM | Last reply by Andy ONeill - Tuesday, December 22, 2015 2:33 PM -
0 Votes
Memory Leak in Dataset.ReadXml()
Why do you believe there's a memory leak in a first place and how exactly "memory persists"? Are you getting OOMAnswered | 8 Replies | 3883 Views | Created by BhupendraSP - Thursday, June 19, 2008 1:17 PM | Last reply by Ilya Tumanov - Tuesday, July 1, 2008 4:08 PM -
1 Votes
memory leak in C#
Memory Leaks in NETCF?? Among other resources, you may check out my very first post http://blogs.msdn.comAnswered | 4 Replies | 4130 Views | Created by Anthony_95 - Wednesday, March 25, 2009 3:16 PM | Last reply by Raffaele Limosani [MSFT] - Friday, March 27, 2009 9:15 AM -
0 Votes
Memory leak in wpfgfx_v0400.dll
you believe it's a memory leak, you can raise a bug in http://connect.microsoft.com/. Regards, Han ...Unanswered | 3 Replies | 5556 Views | Created by pdq2 - Wednesday, September 28, 2011 6:19 PM | Last reply by Han Xi -MSFT - Friday, September 30, 2011 6:18 AM -
0 Votes
Memory leak in BindingListCollectionView
is supposed to be called by the view manager when it finds that the view is no longer used. AFAIR this is done lazily and it may take a while thus giving the appearance of a memory ...Unanswered | 2 Replies | 4455 Views | Created by Jan_Norden - Tuesday, October 14, 2008 11:49 AM | Last reply by Mike Danes - Wednesday, April 8, 2015 4:34 PM -
0 Votes
memory leak detection in vc++
Memory Leak Detection and IsolationMemoryDiscussion | 2 Replies | 3903 Views | Created by compsci_india - Thursday, July 10, 2008 12:49 PM | Last reply by Andreas Masur - Thursday, July 10, 2008 2:14 PM -
0 Votes
Memory leak detection in C++
and line numbers in the memory-leak report. You can do that with a block of code that looks like this: #ifdef ...Answered | 2 Replies | 7926 Views | Created by Rahul_M - Tuesday, July 13, 2010 7:00 AM | Last reply by Xironman - Tuesday, July 13, 2010 7:04 PM -
0 Votes
Memory leak then releasing memory
You can use crt memory leak detector inside your app #define _CRTDBG_MAP_ALLOC #include <stdlib.h> #include ...Answered | 2 Replies | 1784 Views | Created by Mantas Mantas - Wednesday, November 14, 2012 9:54 PM | Last reply by Pintu Shukla - Thursday, November 15, 2012 6:22 PM -
1 Votes
Memory leak in graphedit
running for hours without any memory leak; so my library works fine. > >I've than created a PushFilter that simply calls functions fromUnanswered | 4 Replies | 2993 Views | Created by klimtom - Saturday, June 19, 2010 5:46 PM | Last reply by klimtom - Sunday, June 20, 2010 7:45 AM -
2 Votes
Memory leak
exception handler, results in std::terminate (and eventually abort() ) being called. In other words, the program is terminated abnormally; a memory leak is the ...Answered | 5 Replies | 640 Views | Created by LokanathNayak - Tuesday, August 5, 2014 6:59 AM | Last reply by Igor Tandetnik - Tuesday, August 5, 2014 3:10 PM -
1 Votes
Memory leak in LINQ
that you look at your objects and verify that they all implement IDispose properly and unref and unsubscribe to all events. This memory leak can be looked at by monitoring Private ...Answered | 8 Replies | 9945 Views | Created by KevinBurton - Tuesday, January 12, 2010 2:57 PM | Last reply by KevinBurton - Tuesday, January 12, 2010 9:39 PM -
1 Votes
Memory Leak
. how we can find memory leak in sqlserver and what are the properties of memory leak in sqlserver. Memory ...Answered | 8 Replies | 1227 Views | Created by malikasad - Friday, June 26, 2015 5:45 PM | Last reply by Tom Phillips - Monday, June 29, 2015 11:53 AM -
0 Votes
Memory Leak in ScrollViewer control
http://forums.silverlight.net/forums/t/179358.aspx Greetings. -
0 Votes
Memory Leak in MSXML ?
calling CoCreateInstance on IXMLDOMDocument from within this thread. And for each newly created thread memory was allocated in TLSData internally and cached ...Unanswered | 3 Replies | 7700 Views | Created by Kapil Agarwal - Friday, August 10, 2007 10:38 PM | Last reply by Kapil Agarwal - Friday, September 14, 2007 12:30 AM -
0 Votes
leak memory
Hi, Here is a solution for memory leak, please refer to : http://silverlight.codeplex.com/workitem/7089Answered | 1 Replies | 651 Views | Created by HUOYY 17DIC - Wednesday, February 4, 2015 8:19 AM | Last reply by Jonny_D - Thursday, February 5, 2015 8:27 AM
No announcements