Re: STL deque leaks memory
From: Ulrich Eckhardt (doomster_at_knuut.de)
Date: 11/29/04
- Next message: P.J. Plauger: "Re: How to keep cout from printing out until its buffer contains a big enough chunk of data?"
- Previous message: Carl Daniel [VC++ MVP]: "Re: Urgent: STL deque leaks memory"
- In reply to: Kavan: "Urgent: STL deque leaks memory"
- Next in thread: Bo Persson: "Re: Urgent: STL deque leaks memory"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 29 Nov 2004 15:37:45 +0100
Kavan wrote:
> I downloaded the header for the <deque> from
> http://www.dinkumware.com/vc_fixes.html which contains the above fix
> and built our binaries with it. It seems to remove all memory leaks.
> But its not a standard fix from Microsoft and we don't have any info
> on the fix for the same in any of the Visual Studio 6.0 service packs.
Not sure if that is even remotely applicable in your case, but IMO you
should switch to STLport which is far superior to the stdlibrary which
comes with VC6.
Alternatively, update to the latest version from Dinkumware(which is the
supplier for the one that came with VC6, so -in some sense- is the only one
to issue official fixes).
Oh, if it was not a topic that I am particularly interested in, I'd say
'screw you!' for the 'urgent' in the topic.
Uli
- Next message: P.J. Plauger: "Re: How to keep cout from printing out until its buffer contains a big enough chunk of data?"
- Previous message: Carl Daniel [VC++ MVP]: "Re: Urgent: STL deque leaks memory"
- In reply to: Kavan: "Urgent: STL deque leaks memory"
- Next in thread: Bo Persson: "Re: Urgent: STL deque leaks memory"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|