From ad51a5256a81891061f4c1cc729c718029beb128 Mon Sep 17 00:00:00 2001 From: Thomas Grill Date: Tue, 19 Jul 2005 13:17:50 +0000 Subject: upped version number optimizations for message handling and memory footprint made flext::Forward threadsafe digest one-element list messages as single atoms simplified message analysis svn path=/trunk/; revision=3359 --- externals/grill/flext/source/flext.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'externals/grill/flext/source/flext.cpp') diff --git a/externals/grill/flext/source/flext.cpp b/externals/grill/flext/source/flext.cpp index 91228a1b..5eabb426 100644 --- a/externals/grill/flext/source/flext.cpp +++ b/externals/grill/flext/source/flext.cpp @@ -34,6 +34,7 @@ flext_base::FLEXT_CLASSDEF(flext_base)() { FLEXT_LOG1("%s - flext logging is on",thisName()); + methhead = NULL; bindhead = NULL; if(HasAttributes()) { @@ -69,6 +70,7 @@ flext_base::~FLEXT_CLASSDEF(flext_base)() // delete message lists if(bindhead) delete bindhead; // ATTENTION: the object must free all memory associated to bindings itself + if(methhead) delete methhead; if(attrhead) delete attrhead; if(attrdata) delete attrdata; -- cgit v1.2.1