From: "Tonu Aas" Newsgroups: comp.os.msdos.djgpp Subject: How to free STL memory pool Date: Thu, 20 Mar 2003 17:42:33 +0200 Lines: 8 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 NNTP-Posting-Host: ids.ids.ee Message-ID: <3e79e16b$1@news.infonet.ee> X-Trace: news.infonet.ee 1048174955 ids.ids.ee (20 Mar 2003 17:42:35 +0200) Organization: INFONET.EE To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com I got some problem with memory leaking detection: STL uses its own pool based allocator and I have no idea how to flush that before exit. Now large amount of memory detected as lost by program :( Tõnu.