diff stru6.h @ 2370:bbf8a522dcec

removing non-nullptr conditions before deletes
author Grumpy7
date Mon, 12 May 2014 01:55:23 +0200
parents 0a1438c16c2b
children d922225a6081
line wrap: on
line diff
--- a/stru6.h	Mon May 12 01:50:32 2014 +0200
+++ b/stru6.h	Mon May 12 01:55:23 2014 +0200
@@ -112,8 +112,7 @@
   //----- (004A71DC) --------------------------------------------------------
   ~stru6()
   {
-    if (pStru1)
-      delete pStru1;
+    delete pStru1;
     pStru1 = nullptr;
   }