Opened 21 years ago
Closed 21 years ago
#94 closed defect (duplicate)
Undestroyed global objects
Reported by: | jlaybar | Owned by: | manuelb |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | DataBase | Version: | head |
Severity: | normal | Keywords: | |
Cc: |
Description
Hello
When I compile this code for the second time TOL can´t decompile the variables
which are in memory. I would like to know why?
Cheers
Real fun2( Matrix a, Matrix b )
{
Real c = Rows(a);
Real d = Rows(b);
Real out = And(c==d);
Text If (out , WriteLn("ERROR: TOL No descarga memoria!!!"));
out
};
Matrix fun1(Matrix a, Matrix b)
{
Real fun2(a,b);
a
};
Note: See
TracTickets for help on using
tickets.
This bug already exists, leave the newer one because this one is incomplete.
* This bug has been marked as a duplicate of 95 *