Browse Source

* Fix from Pascal Riekenberg to eliminate memleak (bug ID 32317)

git-svn-id: trunk@37037 -
michael 8 years ago
parent
commit
042d7b3118
1 changed files with 1 additions and 0 deletions
  1. 1 0
      packages/fcl-report/src/fpreport.pp

+ 1 - 0
packages/fcl-report/src/fpreport.pp

@@ -9511,6 +9511,7 @@ initialization
 
 finalization
   DoneReporting;
+  uBandFactory.Free;
   uElementFactory.Free;
   EM.Free;