Click here to Skip to main content
15,894,539 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionTrying to use m_strSort with OLE DB Pin
Lewis0113-May-07 10:27
Lewis0113-May-07 10:27 
QuestionMemory leak found after reporting "No memory leaks detected" Pin
dum13-May-07 8:04
dum13-May-07 8:04 
AnswerRe: Memory leak found after reporting "No memory leaks detected" Pin
bob1697213-May-07 9:30
bob1697213-May-07 9:30 
QuestionRe: Memory leak found after reporting "No memory leaks detected" Pin
dum13-May-07 11:16
dum13-May-07 11:16 
AnswerRe: Memory leak found after reporting "No memory leaks detected" Pin
bob1697213-May-07 12:06
bob1697213-May-07 12:06 
QuestionRe: Memory leak found after reporting "No memory leaks detected" Pin
dum13-May-07 12:11
dum13-May-07 12:11 
QuestionRe: Memory leak found after reporting "No memory leaks detected" Pin
dum13-May-07 12:13
dum13-May-07 12:13 
AnswerRe: Memory leak found after reporting "No memory leaks detected" Pin
cmk13-May-07 14:55
cmk13-May-07 14:55 
I haven't used VLD, but i expect that i creates a global instance of an class that checks for leaks in it's destructor.
I would also expect that there hasn't been any effort to control at what point the global object is created.

I would guess that there is a global object that is being created before VLD is initialized.
When when VLD exits all memory allocated since it was initialized has been freed, it knows nothing about memory allocated before it was initialized (so it says no leaks).

Your internal is likely the same.

So, depending on what you are calling that actually generates the leak message, you may have a leak in a global that is initialized early, or you may not have a leak at all just mis-configured leak detection code.


...cmk

Save the whales - collect the whole set

QuestionRe: Memory leak found after reporting "No memory leaks detected" Pin
dum13-May-07 15:15
dum13-May-07 15:15 
AnswerRe: Memory leak found after reporting "No memory leaks detected" Pin
Mark Salsbery14-May-07 5:09
Mark Salsbery14-May-07 5:09 
GeneralRe: Memory leak found after reporting "No memory leaks detected" Pin
dum18-May-07 9:27
dum18-May-07 9:27 
QuestionPlatform SDK Pin
<color>Aljechin 13-May-07 6:48
<color>Aljechin 13-May-07 6:48 
AnswerRe: Platform SDK Pin
Sam_c13-May-07 6:57
Sam_c13-May-07 6:57 
AnswerRe: Platform SDK Pin
Michael Dunn13-May-07 17:40
sitebuilderMichael Dunn13-May-07 17:40 
GeneralRe: Platform SDK Pin
Sam_c13-May-07 21:58
Sam_c13-May-07 21:58 
QuestionInput from LPT port with inpout32.dll on windows XP Pin
Johpoke13-May-07 6:44
Johpoke13-May-07 6:44 
QuestionWriting/reading to/from CSV files Pin
J_E_D_I13-May-07 6:00
J_E_D_I13-May-07 6:00 
QuestionRe: Writing/reading to/from CSV files Pin
David Crow14-May-07 3:38
David Crow14-May-07 3:38 
AnswerRe: Writing/reading to/from CSV files Pin
J_E_D_I14-May-07 4:18
J_E_D_I14-May-07 4:18 
GeneralRe: Writing/reading to/from CSV files Pin
David Crow14-May-07 4:26
David Crow14-May-07 4:26 
QuestionRuntime error for OpenFileDialog Class in .NET 2005 Pin
priyank_ldce13-May-07 5:45
priyank_ldce13-May-07 5:45 
AnswerRe: Runtime error for OpenFileDialog Class in .NET 2005 Pin
Mark Salsbery13-May-07 5:54
Mark Salsbery13-May-07 5:54 
AnswerRe: Runtime error for OpenFileDialog Class in .NET 2005 Pin
Michael Dunn13-May-07 6:15
sitebuilderMichael Dunn13-May-07 6:15 
GeneralRe: Runtime error for OpenFileDialog Class in .NET 2005 Pin
Stephen Hewitt13-May-07 18:52
Stephen Hewitt13-May-07 18:52 
AnswerRe: Runtime error for OpenFileDialog Class in .NET 2005 Pin
Stephen Hewitt13-May-07 18:57
Stephen Hewitt13-May-07 18:57 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.