From e4991ce586558b0ff3a06b7c0c4022d2083c4d01 Mon Sep 17 00:00:00 2001 From: Thomas Grill Date: Tue, 15 Apr 2003 02:41:04 +0000 Subject: "" svn path=/trunk/; revision=562 --- 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 a5ee5a59..23d02893 100644 --- a/externals/grill/flext/source/flext.cpp +++ b/externals/grill/flext/source/flext.cpp @@ -38,6 +38,7 @@ flext_base::flext_base(): t_classid clid = thisClassId(); clmethhead = ClMeths(clid); methhead = new itemarr; + bindhead = NULL; if(procattr) { // initialize when attribute processing is enabled @@ -78,6 +79,7 @@ flext_base::~flext_base() // delete message lists if(methhead) delete methhead; + if(bindhead) delete bindhead; if(attrhead) delete attrhead; // destroy inlets and outlets and their proxy objects -- cgit v1.2.1