From f3c9cf66d6a850b8225bc161722bed8aed440a2f Mon Sep 17 00:00:00 2001 From: Jun Fang Date: Mon, 11 Jan 2016 19:08:21 -0800 Subject: XFA: Fix memory leakage on Linux BUG=pdfium:348 R=tsepez@chromium.org Review URL: https://codereview.chromium.org/1579503002 . --- xfa/src/fgas/include/fx_utl.h | 1 + 1 file changed, 1 insertion(+) (limited to 'xfa/src/fgas/include/fx_utl.h') diff --git a/xfa/src/fgas/include/fx_utl.h b/xfa/src/fgas/include/fx_utl.h index c58d5a1be6..f65aa994ea 100644 --- a/xfa/src/fgas/include/fx_utl.h +++ b/xfa/src/fgas/include/fx_utl.h @@ -46,6 +46,7 @@ class CFX_ThreadLock { class CFX_BaseArray : public CFX_Target { protected: CFX_BaseArray(int32_t iGrowSize, int32_t iBlockSize); + ~CFX_BaseArray(); int32_t GetSize() const; int32_t GetBlockSize() const; uint8_t* AddSpaceTo(int32_t index); -- cgit v1.2.3