Subject: | Memory leak when using object oriented interface |
Using object oriented interface for creating lot of temporary files in a
long living process (a daemon) can be problematic because of cumulating
data in a private variable called %FILES_CREATED_BY_OBJECT which is
never cleaned.