| 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..d40e3a4f950f5b0b8092b9b86359de0f039bbcf2 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);
 | 
| -    }
 | 
| +    FX_Free(m_pWeightTables);
 | 
|      m_pWeightTables = NULL;
 | 
|    }
 | 
|    void Calc(int dest_len,
 | 
| 
 |