Se comenta la liberación de FRecibosCompensadosLink en clase BizRecibosCliente/Proveedor (ocasiona errores aleatorios en remesas de clientes/Proveedor)

git-svn-id: https://192.168.0.254/svn/Proyectos.Cullere_FactuGES2/trunk@11 e61cf4a9-ab77-6246-bebb-cff159b4cb7d
This commit is contained in:
David Arranz 2014-02-20 15:07:48 +00:00
parent 6724f4a1d3
commit 81a1881f35
2 changed files with 2 additions and 2 deletions

View File

@ -223,7 +223,7 @@ begin
FPagos := NIL;
FRecibosCompensados := Nil;
FreeAndNIL(FPagosLink);
FreeAndNIL(FRecibosCompensadosLink);
// FreeAndNIL(FRecibosCompensadosLink);
FSeleccionableInterface := NIL;
inherited;
end;

View File

@ -224,7 +224,7 @@ begin
FPagos := NIL;
FRecibosCompensados := Nil;
FreeAndNIL(FPagosLink);
FreeAndNIL(FRecibosCompensadosLink);
// FreeAndNIL(FRecibosCompensadosLink);
FSeleccionableInterface := NIL;
inherited;
end;