﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
94	Undestroyed global objects	jlaybar	manuelb	"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
};"	defect	closed	normal		DataBase	head	normal	duplicate		
