From 129caae5df2d4d698d9ecfb1bf2205e8a4a2b9a2 Mon Sep 17 00:00:00 2001 From: Stefano Di Martino Date: Thu, 8 Aug 2019 22:23:53 +0200 Subject: [PATCH] Fixing compiler warning: "Counted has no out-of-line virtual method definitions; its vtable will be emitted in every translation unit" This fixed especially a memory leak with a certain gcc version compiled in release mode (no problems in debug mode and with older gcc versions). This could potentially fix #88 and #61. --- src/zxing/zxing/common/Counted.cpp | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 src/zxing/zxing/common/Counted.cpp diff --git a/src/zxing/zxing/common/Counted.cpp b/src/zxing/zxing/common/Counted.cpp new file mode 100644 index 0000000..e69de29