On Thu, 29 May 2008, Edmer wrote: > I think the cause of the error here is FILEDELETE() function because when I > replace those function() with deletefile() or ferase() function the program > run alright.
It was, I committed fix few minutes ago. > I don't know if there is still other function(s) with this > memory allocation issue. If you will find anything more then please report it. We will fix it. > By the way, I like the way Harbour monitors the > allocation of memory and how it detects if they are not released. You are using standard build were memory statistic is enabled by default. In the past it greatly helped us to clean the code though it has some speed overhead about 15%. If you want to disable it then you can recompile Harbour core code with HB_FM_STATISTICS_OFF macro. If you are using hb* script then you can control it at link time using -fmstat/-nofmstat switches in hblnk and hbmk. best regards, Przemek _______________________________________________ Harbour mailing list Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour