| Index: core/src/fxge/win32/fx_win32_print.cpp
 | 
| diff --git a/core/src/fxge/win32/fx_win32_print.cpp b/core/src/fxge/win32/fx_win32_print.cpp
 | 
| index 85f339b5295dfeccc9f02523ce2f4cb7a3d49e21..18fe1eb6fafc083fe312616b370eb00bcb9b6803 100644
 | 
| --- a/core/src/fxge/win32/fx_win32_print.cpp
 | 
| +++ b/core/src/fxge/win32/fx_win32_print.cpp
 | 
| @@ -283,9 +283,7 @@ CPSOutput::CPSOutput(HDC hDC) {
 | 
|    m_pBuf = NULL;
 | 
|  }
 | 
|  CPSOutput::~CPSOutput() {
 | 
| -  if (m_pBuf) {
 | 
| -    FX_Free(m_pBuf);
 | 
| -  }
 | 
| +  FX_Free(m_pBuf);
 | 
|  }
 | 
|  void CPSOutput::Init() {
 | 
|    m_pBuf = FX_Alloc(FX_CHAR, 1026);
 | 
| 
 |