Hi all,
--- leak.prg
#include "hbclass.ch"
CLASS test
DATA var1
DATA var1
ENDCLASS
---
--- screen
C:\harbour\bin>harbour leak /n /i..\include /w3
Harbour 1.0.0 Intl. (Rev. 9175)
Copyright (c) 1999-2008, http://www.harbour-project.org/
Compiling 'leak.prg'...
leak.prg(5) Warning W0019 Duplicate declaration of Method 'VAR1'
leak.prg(5) Warning W0019 Duplicate declaration of Method '_VAR1'
Lines 736, Functions/Procedures 1
Generating C source output to 'leak.c'... Done.
----------------------------------------
Total memory allocated: 119939 bytes (6751 blocks)
WARNING! Memory allocated but not released: 17 bytes (2 blocks)
source\main\harbour.c:319: HB_TR_ERROR Block 1 009A1CE4 (size 16)
"\00\00\00\00\00\00\00\00\EE\4F\47\00\01\00\00\00"
source\main\harbour.c:319: HB_TR_ERROR Block 2 009B7264 (size 1) " "
---
Brgds,
Viktor
_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour