| Index: core/src/fxge/win32/fx_win32_device.cpp
|
| diff --git a/core/src/fxge/win32/fx_win32_device.cpp b/core/src/fxge/win32/fx_win32_device.cpp
|
| index 9dbad11492e0e54297e15822f68562c6b25d8d70..2db35f7f68bd2801af3ef85cbc1cb8859343005a 100644
|
| --- a/core/src/fxge/win32/fx_win32_device.cpp
|
| +++ b/core/src/fxge/win32/fx_win32_device.cpp
|
| @@ -699,9 +699,7 @@ static HPEN _CreatePen(const CFX_GraphStateData* pGraphState,
|
| }
|
| HPEN hPen = ExtCreatePen(PenStyle, (DWORD)FXSYS_ceil(width), &lb,
|
| pGraphState->m_DashCount, (const DWORD*)pDash);
|
| - if (pDash) {
|
| - FX_Free(pDash);
|
| - }
|
| + FX_Free(pDash);
|
| return hPen;
|
| }
|
| static HBRUSH _CreateBrush(FX_DWORD argb) {
|
|
|