aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/flext/source/flbase.cpp
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2003-05-05 02:42:43 +0000
committerThomas Grill <xovo@users.sourceforge.net>2003-05-05 02:42:43 +0000
commit1f6c586abd0b9af7f6a8ace1b75056b89bde84f0 (patch)
tree798407c0926727b77133d37b1ceb70b021d9ec8d /externals/grill/flext/source/flbase.cpp
parent31701ad8cc9f95347f0c9f18875c9bf7418b8208 (diff)
""
svn path=/trunk/; revision=608
Diffstat (limited to 'externals/grill/flext/source/flbase.cpp')
-rw-r--r--externals/grill/flext/source/flbase.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/externals/grill/flext/source/flbase.cpp b/externals/grill/flext/source/flbase.cpp
index 516be430..aa6b66ea 100644
--- a/externals/grill/flext/source/flbase.cpp
+++ b/externals/grill/flext/source/flbase.cpp
@@ -55,7 +55,9 @@ flext_obj :: flext_obj()
// Destructor
//
/////////////////////////////////////////////////////////
-flext_obj :: ~flext_obj() {}
+flext_obj :: ~flext_obj() {
+ x_obj = NULL;
+}
bool flext_obj::Init() { return true; }