intel: Initialize bool to prevent using bad format data
diff --git a/icd/intel/cmd_meta.c b/icd/intel/cmd_meta.c
index 38cfdd3..ed74217 100644
--- a/icd/intel/cmd_meta.c
+++ b/icd/intel/cmd_meta.c
@@ -483,7 +483,7 @@
     struct intel_img *dst = intel_img(destImage);
     struct intel_cmd_meta meta;
     XGL_FORMAT raw_format;
-    bool raw_copy;
+    bool raw_copy = false;
     uint32_t i;
 
     if (src->type != dst->type) {