Opened 19 years ago

Closed 10 years ago

#14 closed defect (fixed)

Design flaw in Species creates memory leak.

Reported by: sahlin Owned by: henrik
Priority: minor Component: component1
Version: Keywords:
Cc:

Description

Class Species contains a vector of BaseReaction? pointers, but Species objects are copied without this in consideration (in Organism for example). Therefore it is difficult to find an obvious owner of the BaseReaction? objects. This creates a memory leak.

Change History (2)

comment:1 Changed 19 years ago by sahlin

Owner: changed from somebody to henrik

comment:2 Changed 10 years ago by henrik

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.