Initialize clipboard handle 53/269053/1
authorJihoon Kim <jihoon48.kim@samsung.com>
Fri, 7 Jan 2022 04:45:08 +0000 (13:45 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Fri, 7 Jan 2022 04:45:08 +0000 (13:45 +0900)
Change-Id: I1ef1350a8a6f6315f41e2a64a2a39ea5c152d2e2
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
src/clipboard.cpp

index 1cc7dcc..34186bd 100644 (file)
@@ -27,7 +27,7 @@ using namespace scl;
 #ifdef HAVE_CBHM
 #include <cbhm.h>
 
-static cbhm_h cbhm_handle;
+static cbhm_h cbhm_handle = NULL;
 #endif
 
 static sclu32 cbhm_sel_type = 0;