Bugs item #1552846, was opened at 2006-09-05 17:21
Message generated for change (Settings changed) made by pschojer
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=725709&aid=1552846&group_id=132964
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Foundation
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Caleb Epstein (cepstein)
>Assigned to: Peter Schojer (pschojer)
Summary: Random::~Random uses scalar delete
Initial Comment:
Random::~Random should use delete [] _pBuffer since
this is an array and was allocated via "new
char[stateSize]".
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=725709&aid=1552846&group_id=132964
|