﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
95	Undestroyed global objects	jlaybar	danirus	"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
};



Matrix a  = Col(0,0);
Matrix b  = Col(1,1);
Matrix out = fun1(a,b);"	defect	closed	highest		DataBase	head	critical	fixed		
