man lbFreeLeaks (Fonctions bibliothèques) - Frees all known leaked memory.

NAME

lbFreeLeaks - Frees all known leaked memory.

SYNOPSIS

#include <leakbug.h> void lbFreeLeaks(void);

PARAMETERS

None.

DESCRIPTION

This is the easy way out of freeing memory, but it can be dangerous. You probably shouldn't use it.

RETURNS

Nothing.

SEE ALSO