From 5ef85160f748c0963030a30868c6c23183f7a14b Mon Sep 17 00:00:00 2001 From: Thomas Grill Date: Fri, 17 Oct 2003 02:38:09 +0000 Subject: "" svn path=/trunk/; revision=1099 --- externals/grill/flext/source/fldefs_meththr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'externals/grill/flext/source/fldefs_meththr.h') diff --git a/externals/grill/flext/source/fldefs_meththr.h b/externals/grill/flext/source/fldefs_meththr.h index f0fc6ef0..7d9e3e13 100644 --- a/externals/grill/flext/source/fldefs_meththr.h +++ b/externals/grill/flext/source/fldefs_meththr.h @@ -93,7 +93,7 @@ static void FLEXT_THR_PRE(M_FUN)(thr_params *p) { \ th->M_FUN(data); \ th->PopThread(); \ } \ - delete (char *)data; \ + /* delete (char *)data; */ \ } //! Set up a threaded method callback for a boolean argument -- cgit v1.2.1