According to bugreport 449:

After execution sample below fm.log reports:
Memory Allocation Report
Application: E:\test.exe
xHarbour Version: xHarbour build 1.2.1 Intl. (SimpLex) (Rev. 6675)
Compiler: Borland C++ 5.8.2 (32 bit)
Platform: Windows XP Professional 5.01.2600 Service Pack 3
Time Occured: 2010.01.10 17:57:50
Total 1047 allocations (437 reallocation), of which 1045 freed.
Highest total allocated 141194 bytes in 787 blocks.
WARNING! Memory allocated but not released: 23 bytes (2 blocks)
Block 0 00E15CD0 (size 11) PADR(0), "A ."
Block 1 00E15D3C (size 4) PADR(0), "01000000


Proc Main()
  Field F1
  dbcreate( "TEST", { {"F1", "C", 10, 0} } )
  USE TEST EXCLUSIVE
  INDEX ON F1 TAG T1
  OrdScope( 0, PADR("A", 10) )
  OrdScope( 0, Nil )
  OrdScope( 1, Nil )
  dbCloseAll()
Return


Ella
------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
_______________________________________________
xHarbour-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xharbour-developers

Reply via email to