From 10ecbae98d0e168f096718b06b2b28ea5633a205 Mon Sep 17 00:00:00 2001 From: Adeel Kazmi Date: Mon, 21 Sep 2020 19:37:15 +0100 Subject: [PATCH] (Ubuntu) Temporarily disable freeing of pixmap as it crashes on EFL 1.24.0 Change-Id: Iaf9106f390472910d16b4ecd7d7bc2c038c26730 --- dali/internal/imaging/ubuntu-x11/native-image-source-impl-x.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dali/internal/imaging/ubuntu-x11/native-image-source-impl-x.cpp b/dali/internal/imaging/ubuntu-x11/native-image-source-impl-x.cpp index 384844d..54ad246 100755 --- a/dali/internal/imaging/ubuntu-x11/native-image-source-impl-x.cpp +++ b/dali/internal/imaging/ubuntu-x11/native-image-source-impl-x.cpp @@ -139,7 +139,8 @@ NativeImageSourceX::~NativeImageSourceX() { if (mOwnPixmap && mPixmap) { - ecore_x_pixmap_free(mPixmap); + // Temporarily disable this as this causes a crash with EFL Version 1.24.0 + //ecore_x_pixmap_free(mPixmap); } } -- 2.7.4