Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Sep 1997 02:29:43 +0100 (BST)
From:      Niall Smart <nsmart@iona.com>
To:        freebsd-hackers@freebsd.org
Subject:   Re: malloc bug?
Message-ID:  <Pine.SOL.3.96.970919022619.5952A-100000@ultra>

next in thread | raw e-mail | index | archive | help
Hi,

With regard to strange memory leaks: I once had an application written
in C++ which would segfault with g++ 2.7.2 but not with earlier
versions.  I suspected a bug in g++ itself, but eventually tracked it
down to using a new[] with delete instead of delete [];

Just my 2c

--
Niall Smart
Customer Engineering,
IONA Technologies. (www.iona.com)




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.SOL.3.96.970919022619.5952A-100000>