aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/flext/source/flout.cpp
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2005-12-10 21:34:08 +0000
committerThomas Grill <xovo@users.sourceforge.net>2005-12-10 21:34:08 +0000
commitd399ea9333e69c2506ba09754a8c1b8d292e9085 (patch)
tree706a0a20dbf2de36a423b871eed7081935dae0ed /externals/grill/flext/source/flout.cpp
parent8bbf9e95a3ef69860a442852d595601d5718f0f4 (diff)
some minor changes after valgrind run
fix uninitialized pointer With FLEXT_USECMEM normal C library memory allocation will be used, otherwise global operators will be overridden to use memory allocation by the real-time system (getbytes). more pthreads V2 fixes Deprecated FLEXT_NOGLOBALNEW in favor of FLEXT_USECMEM. svn path=/trunk/; revision=4184
Diffstat (limited to 'externals/grill/flext/source/flout.cpp')
-rw-r--r--externals/grill/flext/source/flout.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/externals/grill/flext/source/flout.cpp b/externals/grill/flext/source/flout.cpp
index d4066568..c95bf8fa 100644
--- a/externals/grill/flext/source/flout.cpp
+++ b/externals/grill/flext/source/flout.cpp
@@ -104,6 +104,7 @@ bool flext_base::InitInlets()
// this is on a per-class basis... we cannot really use it here
// if(xi.desc && *xi.desc) class_settip(thisClass(),gensym(xi.desc));
#endif
+ inlets[0] = NULL;
}
for(int ix = 1; ix < incnt; ++ix,++cnt) {