Re: STL deque leaks memory

Tech-Archive recommends: Speed Up your PC by fixing your registry

From: Ulrich Eckhardt (doomster_at_knuut.de)
Date: 11/29/04


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



Relevant Pages

  • Re: Urgent: STL deque leaks memory
    ... > But its not a standard fix from Microsoft and we don't have any info ... There aren't any in any of the VC Service Packs, ... other 3rd party and while this was being resolved, I think Microsoft did not ... include any fixes to the STL in the Service Packs for VC6. ...
    (microsoft.public.vc.stl)
  • Re: Urgent: STL deque leaks memory
    ... It seems to remove all memory leaks. ... >> But its not a standard fix from Microsoft and we don't have any info ... > other 3rd party and while this was being resolved, I think Microsoft did not ... > include any fixes to the STL in the Service Packs for VC6. ...
    (microsoft.public.vc.stl)
  • Re: Urgent: STL deque leaks memory
    ... It seems to remove all memory leaks. ... but it is a standard fix from the original supplier of the standard ... library that Microsoft delivers. ...
    (microsoft.public.vc.stl)