Se comenta la liberación de FRecibosCompensadosLink en clase BizRecibosCliente/Proveedor (ocasiona errores aleatorios en remesas de clientes/proveedores)
git-svn-id: https://192.168.0.254/svn/Proyectos.Tecsitel_FactuGES2/trunk@1100 0c75b7a4-871f-7646-8a2f-f78d34cc349f
This commit is contained in:
parent
b5be3112ce
commit
a523af464a
@ -181,7 +181,7 @@ begin
|
||||
FPagos := NIL;
|
||||
FRecibosCompensados := Nil;
|
||||
FreeAndNIL(FPagosLink);
|
||||
FreeAndNIL(FRecibosCompensadosLink);
|
||||
// FreeAndNIL(FRecibosCompensadosLink);
|
||||
FSeleccionableInterface := NIL;
|
||||
inherited;
|
||||
end;
|
||||
|
||||
@ -175,7 +175,7 @@ begin
|
||||
FPagos := NIL;
|
||||
FRecibosCompensados := Nil;
|
||||
FreeAndNIL(FPagosLink);
|
||||
FreeAndNIL(FRecibosCompensadosLink);
|
||||
// FreeAndNIL(FRecibosCompensadosLink);
|
||||
FSeleccionableInterface := NIL;
|
||||
inherited;
|
||||
end;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user