Return-Path: Delivered-To: apmail-incubator-stdcxx-dev-archive@www.apache.org Received: (qmail 62934 invoked from network); 9 Oct 2007 22:25:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 9 Oct 2007 22:25:42 -0000 Received: (qmail 34199 invoked by uid 500); 9 Oct 2007 22:25:29 -0000 Delivered-To: apmail-incubator-stdcxx-dev-archive@incubator.apache.org Received: (qmail 34188 invoked by uid 500); 9 Oct 2007 22:25:29 -0000 Mailing-List: contact stdcxx-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: stdcxx-dev@incubator.apache.org Delivered-To: mailing list stdcxx-dev@incubator.apache.org Received: (qmail 34177 invoked by uid 99); 9 Oct 2007 22:25:29 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Oct 2007 15:25:29 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Oct 2007 22:25:41 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 241FB71422E for ; Tue, 9 Oct 2007 15:24:51 -0700 (PDT) Message-ID: <20855344.1191968691144.JavaMail.jira@brutus> Date: Tue, 9 Oct 2007 15:24:51 -0700 (PDT) From: "Travis Vitek (JIRA)" To: stdcxx-dev@incubator.apache.org Subject: [jira] Created: (STDCXX-582) purify reports memory leak in _rw_bufcat from 0.printf test MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org purify reports memory leak in _rw_bufcat from 0.printf test ----------------------------------------------------------- Key: STDCXX-582 URL: https://issues.apache.org/jira/browse/STDCXX-582 Project: C++ Standard Library Issue Type: Improvement Components: Tests Reporter: Travis Vitek Assignee: Travis Vitek Priority: Trivial Fix For: 4.2.1 The function test_errno() doesn't deallocate memory allocated inside rw_sprintfa(). MLK: 11618 bytes leaked in 256 blocks * This memory was allocated from: malloc [rtlib.o] _rw_bufcat(Buffer&, char const*, unsigned) [printf.cpp:475] _rw_fmtstr(FmtSpec const&, Buffer&, char const*, unsigned) [printf.cpp:2399] _rw_fmterrno(FmtSpec const&, Buffer&, int) [fmt_bits.cpp:1006] _rw_vasnprintf_c99(FmtSpec*, unsigned, Buffer&, VarArgs*) [printf.cpp:612] _rw_pvasnprintf(Buffer&, char const*, VarArgs*) [printf.cpp:901] * Block of 104 bytes at 0x8162138 * Block of 100 bytes at 0x8161fe0 * Block of 96 bytes at 0x8162de0 * Block of 92 bytes at 0x81621f0 * Block of 86 bytes at 0x8162800 * Block of 84 bytes at 0x8162c98 * Block of 82 bytes at 0x8161e00 [snipped] -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.