summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--AUTHORS1
-rw-r--r--core/src/fxcodec/jbig2/JBig2_Context.cpp2
2 files changed, 2 insertions, 1 deletions
diff --git a/AUTHORS b/AUTHORS
index 89f1e58769..1d2ef49de8 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -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) {