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.AbetoDesign_FactuGES/trunk@94 93f398dd-4eb6-7a46-baf6-13f46f578da2
This commit is contained in:
parent
b066c30308
commit
33d75ba155
@ -223,7 +223,7 @@ begin
|
|||||||
FPagos := NIL;
|
FPagos := NIL;
|
||||||
FRecibosCompensados := Nil;
|
FRecibosCompensados := Nil;
|
||||||
FreeAndNIL(FPagosLink);
|
FreeAndNIL(FPagosLink);
|
||||||
FreeAndNIL(FRecibosCompensadosLink);
|
// FreeAndNIL(FRecibosCompensadosLink);
|
||||||
FSeleccionableInterface := NIL;
|
FSeleccionableInterface := NIL;
|
||||||
inherited;
|
inherited;
|
||||||
end;
|
end;
|
||||||
|
|||||||
@ -224,7 +224,7 @@ begin
|
|||||||
FPagos := NIL;
|
FPagos := NIL;
|
||||||
FRecibosCompensados := Nil;
|
FRecibosCompensados := Nil;
|
||||||
FreeAndNIL(FPagosLink);
|
FreeAndNIL(FPagosLink);
|
||||||
FreeAndNIL(FRecibosCompensadosLink);
|
// FreeAndNIL(FRecibosCompensadosLink);
|
||||||
FSeleccionableInterface := NIL;
|
FSeleccionableInterface := NIL;
|
||||||
inherited;
|
inherited;
|
||||||
end;
|
end;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user