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.Acana_FactuGES2/trunk@586 f4e31baf-9722-1c47-927c-6f952f962d4b
This commit is contained in:
parent
8fe2f523dc
commit
00f20722e4
@ -223,7 +223,7 @@ begin
|
||||
FPagos := NIL;
|
||||
FRecibosCompensados := Nil;
|
||||
FreeAndNIL(FPagosLink);
|
||||
FreeAndNIL(FRecibosCompensadosLink);
|
||||
// FreeAndNIL(FRecibosCompensadosLink);
|
||||
FSeleccionableInterface := NIL;
|
||||
inherited;
|
||||
end;
|
||||
|
||||
@ -224,7 +224,7 @@ begin
|
||||
FPagos := NIL;
|
||||
FRecibosCompensados := Nil;
|
||||
FreeAndNIL(FPagosLink);
|
||||
FreeAndNIL(FRecibosCompensadosLink);
|
||||
// FreeAndNIL(FRecibosCompensadosLink);
|
||||
FSeleccionableInterface := NIL;
|
||||
inherited;
|
||||
end;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user