From 5542ba8d5b0350d36a03f786c4693c462a79c399 Mon Sep 17 00:00:00 2001 From: Joel Liang Date: Fri, 1 Dec 2017 15:33:41 +0800 Subject: APPBROWSER-330: Workaround for the free unallocated value issue on Android Added a default destructor in cpp file to workaround the free unallocated value issue on Android Change-Id: I3db84a0504a51b9b90823cbb37aa1cace06870e3 Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/111438 Reviewed-by: Frank Lei Reviewed-by: Anthony Barbier Tested-by: BSG Visual Compute Jenkins server to access repositories on http://mpd-gerrit.cambridge.arm.com --- arm_compute/core/GLES_COMPUTE/GCKernelLibrary.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'arm_compute/core/GLES_COMPUTE') diff --git a/arm_compute/core/GLES_COMPUTE/GCKernelLibrary.h b/arm_compute/core/GLES_COMPUTE/GCKernelLibrary.h index 9a5376c876..db2d979156 100644 --- a/arm_compute/core/GLES_COMPUTE/GCKernelLibrary.h +++ b/arm_compute/core/GLES_COMPUTE/GCKernelLibrary.h @@ -103,6 +103,9 @@ public: * @param[in] program Built program. */ GCKernel(std::string name, GLuint program); + /** Destructor. + */ + ~GCKernel(); /** Returns kernel name. * * @return Kernel's name. -- cgit v1.2.1