From 4d4f8d07f3341e8309c1b066263a40227664bc3d Mon Sep 17 00:00:00 2001 From: Thomas Grill Date: Wed, 16 Mar 2005 04:56:38 +0000 Subject: static method map minor other things fixes for OSX fix for gcc svn path=/trunk/; revision=2629 --- externals/grill/flext/source/flext.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (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 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; -- cgit v1.2.1