Open Bugs | New Bug anonymous
Login/Register

Equi4 SoftwareEdit Bug

Title: Leaks in PyView.cpp Status: closed
Product: Metakit Severity: major
Version: 2.4.9.3 Type: bug
Assign to:
Platform:
Windows
Message:

File:
Description:

Messages

2004/11/24
In PyView.cpp, PyView_repeat(), the statement seems leaking
tmp = new PyView(tmp->Concat(*o), 0, o->computeState(RWVIEWER)); //!! a huge
stack of views?
An alternative is
PyView *tmp1 = new PyView(tmp->Concat(*o), 0, o->computeState(RWVIEWER)); //!!
a huge stack of views?
delete tmp;
tmp = tmp1;
2005/01/07 jcw
Thanks, change applied to CVS.

Bug Tracker © 2002 McMillan Enterprises, Inc.