aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/flext/source/flext.cpp
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2005-03-16 04:56:38 +0000
committerThomas Grill <xovo@users.sourceforge.net>2005-03-16 04:56:38 +0000
commit4d4f8d07f3341e8309c1b066263a40227664bc3d (patch)
treeb54c8807e28f73f83b5704c3f91d0fc012c98f83 /externals/grill/flext/source/flext.cpp
parent31a2d9dcc2b3a519033918e180f81c4e7b9f8e7e (diff)
static method map
minor other things fixes for OSX fix for gcc svn path=/trunk/; revision=2629
Diffstat (limited to 'externals/grill/flext/source/flext.cpp')
-rw-r--r--externals/grill/flext/source/flext.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/externals/grill/flext/source/flext.cpp b/externals/grill/flext/source/flext.cpp
index 531109f8..c4fa81c4 100644
--- a/externals/grill/flext/source/flext.cpp
+++ b/externals/grill/flext/source/flext.cpp
@@ -38,7 +38,6 @@ flext_base::FLEXT_CLASSDEF(flext_base)():
t_classid clid = thisClassId();
clmethhead = ClMeths(clid);
- methhead = new ItemCont;
bindhead = NULL;
if(procattr) {
@@ -62,7 +61,7 @@ flext_base::~FLEXT_CLASSDEF(flext_base)()
#if FLEXT_SYS == FLEXT_SYS_MAX
// according to David Z. one should do that first...
- if(insigs) dsp_free(thisHdr());
+ if(insigs) dsp_free(thisHdr());
// if(insigs) dsp_freebox(thisHdr());
#endif
@@ -74,7 +73,6 @@ flext_base::~FLEXT_CLASSDEF(flext_base)()
QFlush(this);
// delete message lists
- if(methhead) delete methhead;
if(bindhead) delete bindhead; // ATTENTION: the object must free all memory associated to bindings itself
if(attrhead) delete attrhead;
if(attrdata) delete attrdata;