From 2b33f745fcdfbf147360294f394a42660549bfd2 Mon Sep 17 00:00:00 2001 From: José Bollo Date: Wed, 10 Aug 2016 18:44:15 +0200 Subject: app-framework: fix minor bugs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - fix event propagation to services - fix memory leaks Change-Id: I73432fd9f4a144d2790a7a67d471045048b5e537 Signed-off-by: José Bollo --- meta-app-framework/recipes-core/af-main/af-main_1.0.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-app-framework/recipes-core/af-main/af-main_1.0.inc') diff --git a/meta-app-framework/recipes-core/af-main/af-main_1.0.inc b/meta-app-framework/recipes-core/af-main/af-main_1.0.inc index 720b2bb..e89f616 100644 --- a/meta-app-framework/recipes-core/af-main/af-main_1.0.inc +++ b/meta-app-framework/recipes-core/af-main/af-main_1.0.inc @@ -14,7 +14,7 @@ SRC_URI = "${SRC_URI_git} \ ${SRC_URI_files} \ " -SRCREV = "526aaf57e6766bf5d0a2919ead36ae94546c0f13" +SRCREV = "373b10369b60cf2bfa54388197c05a09ef32de41" S = "${WORKDIR}/git" -- cgit 1.2.3-korg