Chromium Code Reviews| Index: core/src/fxge/dib/dib_int.h |
| diff --git a/core/src/fxge/dib/dib_int.h b/core/src/fxge/dib/dib_int.h |
| index 74e77d46da005192ab36250036218d06314e00fb..133d30f9eae603bc8ba729eb616ec635bc9d4614 100644 |
| --- a/core/src/fxge/dib/dib_int.h |
| +++ b/core/src/fxge/dib/dib_int.h |
| @@ -35,9 +35,7 @@ class CWeightTable { |
| public: |
| CWeightTable() { m_pWeightTables = NULL; } |
| ~CWeightTable() { |
| - if (m_pWeightTables) { |
| FX_Free(m_pWeightTables); |
| - } |
| m_pWeightTables = NULL; |
| } |
| void Calc(int dest_len, |