From 87b25c0752f09f8099eeb892bfb59e0d33aec2f0 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sat, 14 Jan 2006 06:02:59 +0000 Subject: [PATCH] fix crash --- stepmania/src/ActorUtil.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/ActorUtil.cpp b/stepmania/src/ActorUtil.cpp index e0fbc466fd..c33842d61e 100644 --- a/stepmania/src/ActorUtil.cpp +++ b/stepmania/src/ActorUtil.cpp @@ -541,8 +541,8 @@ ActorUtil::ActorParam::ActorParam( CString sName, CString sValue ) ActorUtil::ActorParam::~ActorParam() { - delete m_pOld; Release(); + delete m_pOld; } void ActorUtil::ActorParam::Release()