Chromium Code Reviews| Index: core/src/fxcodec/jbig2/JBig2_Module.h |
| diff --git a/core/src/fxcodec/jbig2/JBig2_Module.h b/core/src/fxcodec/jbig2/JBig2_Module.h |
| index 3a01eb094c246742911a7cbdc549b63746611a46..711cf4047bc5f0ba9e108662e75e3da8a2c7bc82 100644 |
| --- a/core/src/fxcodec/jbig2/JBig2_Module.h |
| +++ b/core/src/fxcodec/jbig2/JBig2_Module.h |
| @@ -10,6 +10,7 @@ |
| class CJBig2_Module |
| { |
| public: |
| + virtual ~CJBig2_Module() { } |
| virtual void *JBig2_Malloc(FX_DWORD dwSize) = 0; |