Index: ppapi/native_client/src/untrusted/pnacl_irt_shim/shim_ppapi.c |
diff --git a/ppapi/native_client/src/untrusted/pnacl_irt_shim/shim_ppapi.c b/ppapi/native_client/src/untrusted/pnacl_irt_shim/shim_ppapi.c |
index 70f17b244caaa98305231e6da9733c1b95d1b409..07829c1c5f12c9c5cdd75f4056d90ab46b538eab 100644 |
--- a/ppapi/native_client/src/untrusted/pnacl_irt_shim/shim_ppapi.c |
+++ b/ppapi/native_client/src/untrusted/pnacl_irt_shim/shim_ppapi.c |
@@ -90,7 +90,7 @@ static int is_irt_interface_whitelisted(const char *interface_name) { |
return 0; |
} |
-TYPE_nacl_irt_query __pnacl_real_irt_interface; |
+TYPE_nacl_irt_query __pnacl_real_irt_interface = NULL; |
/* |
* These remember the interface pointers the user registers by calling the |