From f06dbe919fe5574ab132ba0bbd3c2f2300815b26 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20Ekstr=C3=B6m?= Date: Wed, 14 Jan 2015 14:43:01 +0200 Subject: [PATCH] downstream: terminal: destroy display at the end. The weston-terminal is one of the example clients that doesn't destroy its display. This fixes valgrind errors when run under ivi-shell. Change-Id: I9d3785383ca5cdfab4ac8da484b9a86400ed5be5 --- clients/terminal.c | 1 + 1 file changed, 1 insertion(+) diff --git a/clients/terminal.c b/clients/terminal.c index 9b1bc08..b0cffbb 100644 --- a/clients/terminal.c +++ b/clients/terminal.c @@ -3092,6 +3092,7 @@ int main(int argc, char *argv[]) exit(EXIT_FAILURE); display_run(d); + display_destroy(d); return 0; } -- 2.7.4