This issue tracker is closed. Please visit UPPAAL issue tracker at Github instead.

Bug 78 - Memory leak in liveness checker
Summary: Memory leak in liveness checker
Status: CLOSED FIXED
Alias: None
Product: UPPAAL
Classification: Unclassified
Component: Engine (show other bugs)
Version: 3.4.3
Hardware: All All
: P2 minor
Assignee: Gerd Behrmann
URL:
Depends on:
Blocks:
 
Reported: 2004-01-06 17:00 CET by Gerd Behrmann
Modified: 2004-03-15 07:44 CET (History)
0 users

See Also:
Architecture:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Gerd Behrmann 2004-01-06 17:00:36 CET
There is a memory leak in the liveness checker when popping states of the
waiting stack (in the BackFrontFilter::tryGet() method). This has been fixed on
the trunk as of today, but needs to be fixed in the 3.4 branch aswell.
Comment 1 Gerd Behrmann 2004-01-06 17:13:35 CET
Fix has been checked into CVS.