OSDN Git Service

BUG: [ 1198235 ] Debug warnings under Unicode Debug
authorKimmo Varis <kimmov@gmail.com>
Mon, 9 May 2005 15:11:38 +0000 (15:11 +0000)
committerKimmo Varis <kimmov@gmail.com>
Mon, 9 May 2005 15:11:38 +0000 (15:11 +0000)
 - fix memory leak from PropSyntaxColors.cpp

Src/PropSyntaxColors.cpp
Src/readme.txt

index ebd88ff..9689356 100644 (file)
@@ -60,6 +60,7 @@ CPropSyntaxColors::CPropSyntaxColors(SyntaxColors *pColors)
 
 CPropSyntaxColors::~CPropSyntaxColors()
 {
+       delete m_pTempColors;
 }
 
 void CPropSyntaxColors::DoDataExchange(CDataExchange* pDX)
index 61796a6..669d4e7 100644 (file)
@@ -1,3 +1,8 @@
+2005-05-09 Kimmo
+ BUG: [ 1198235 ] Debug warnings under Unicode Debug
+  Fix memory leak from PropSyntaxColors.cpp
+  Src: PropSyntaxColors.cpp
+
 2005-05-09 Perry
  PATCH: [ 1197727 ] New method ResMsgBox1 to simplify cookie-cutter code
   Src: MainFrm.cpp PatchDlg.cpp StdAfx.cpp StdAfx.h