diff options
-rw-r--r-- | AUTHORS | 1 | ||||
-rw-r--r-- | core/src/fxcodec/jbig2/JBig2_Context.cpp | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -10,6 +10,7 @@ Andrey Khalyavin <halyavin@chromium.org> Brett Wilson <brettw@chromium.org> +Chris Palmer <palmer@chromium.org> Finnur Thorarinsson <finnur@chromium.org> John Abd-El-Malek <jam@chromium.org> Julien Tinnes <jln@chromium.org> diff --git a/core/src/fxcodec/jbig2/JBig2_Context.cpp b/core/src/fxcodec/jbig2/JBig2_Context.cpp index 543f9abf63..83ded6fbe1 100644 --- a/core/src/fxcodec/jbig2/JBig2_Context.cpp +++ b/core/src/fxcodec/jbig2/JBig2_Context.cpp @@ -59,7 +59,7 @@ CJBig2_Context::~CJBig2_Context() } m_pGRD = NULL; if(m_gbContext) { - delete m_gbContext; + m_pModule->JBig2_Free(m_gbContext); } m_gbContext = NULL; if(m_pGlobalContext) { |