Copyright © 2009, FreeBASIC Extended Library Development Group
fbmld (FB Memory Leak Detector) version 0.6
Copyright © 2006 Daniel R. Verkamp http://drv.nu/
Tree storage implemented by yetifoot
Distributed under the FreeBASIC Extended Library Group license. See accompanying file LICENSE.txt or copy at http://code.google.com- /p- /fb-extended-lib- /wiki- /License
This file implements the FreeBASIC Memory Leak Detector.
You do not need to explicitly include this file in your project to use it,
it is included automatically. To use the features of this file, you must
define FBEXT_USE_MLD before including any Extended Library headers.
#define FBEXT_USE_MLD #include "ext/strings.bi" using ext print "This is a program believed to have memory leaks."