From 9f7392ec1db48404b30e1e7fdff12b27ba6b594b Mon Sep 17 00:00:00 2001
From: Ilyes Gouta <ilyes.gouta@st.com>
Date: Tue, 18 Mar 2014 14:15:25 -0400
Subject: [PATCH] idirectfb: avoid calling direct_shutdown() twice

As it has been called already in dfb_core_destroy().

Signed-off-by: Ilyes Gouta <ilyes.gouta@st.com>
---
 src/idirectfb.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/src/idirectfb.c b/src/idirectfb.c
index 2acab07..9302723 100644
--- a/src/idirectfb.c
+++ b/src/idirectfb.c
@@ -303,8 +303,6 @@ IDirectFB_Destruct( IDirectFB *thiz )
 
      DIRECT_DEALLOCATE_INTERFACE( thiz );
 
-     direct_shutdown();
-
      if (thiz == idirectfb_singleton)
           idirectfb_singleton = NULL;
 }
-- 
1.7.7.6

