2
0
Эх сурвалжийг харах

* Fixed bug #26117, as proposed by reporter

git-svn-id: trunk@27747 -
michael 11 жил өмнө
parent
commit
c861384366

+ 2 - 1
packages/fcl-db/src/export/fpdbexport.pp

@@ -456,7 +456,8 @@ begin
     If (FDataset<>Nil) then
       FDataset.RemoveFreeNotification(Self);
     FDataset:=AValue;
-    FDataset.FreeNotification(Self);
+    if (FDataset<>Nil) then
+      FDataset.FreeNotification(Self);
     UnbindFields;
     end;
 end;