[commit] r1452 - trunk/GME/MgaDecorators
GMESRC Repository Notifications
gme-commit at list.isis.vanderbilt.edu
Thu Jul 28 11:52:07 CDT 2011
Author: ksmyth
Date: Thu Jul 28 11:52:07 2011
New Revision: 1452
Log:
Cleanup
Modified:
trunk/GME/MgaDecorators/BoxDecoratorImpl.cpp
Modified: trunk/GME/MgaDecorators/BoxDecoratorImpl.cpp
==============================================================================
--- trunk/GME/MgaDecorators/BoxDecoratorImpl.cpp Thu Jul 28 11:51:10 2011 (r1451)
+++ trunk/GME/MgaDecorators/BoxDecoratorImpl.cpp Thu Jul 28 11:52:07 2011 (r1452)
@@ -66,10 +66,8 @@
}
m_bLocationSet = false;
- if (m_pElementDecorator) {
- delete m_pElementDecorator;
- m_pElementDecorator = NULL;
- }
+ delete m_pElementDecorator;
+ m_pElementDecorator = NULL;
return retVal;
}
More information about the gme-commit
mailing list