Skip to content

Commit 91c62dc

Browse files
Initialize args for gmm library
Related-To: NEO-4168 Change-Id: I62d9676887ac775c53863eb132de0d891da0314c Signed-off-by: Mateusz Jablonski <[email protected]>
1 parent b6a9632 commit 91c62dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/gmm_helper/client_context/gmm_client_context_base.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ GmmClientContextBase::GmmClientContextBase(OSInterface *osInterface, HardwareInf
2121
SkuInfoTransfer::transferFtrTableForGmm(&gmmFtrTable, &hwInfo->featureTable);
2222
SkuInfoTransfer::transferWaTableForGmm(&gmmWaTable, &hwInfo->workaroundTable);
2323

24-
GMM_INIT_IN_ARGS inArgs;
25-
GMM_INIT_OUT_ARGS outArgs;
24+
GMM_INIT_IN_ARGS inArgs{};
25+
GMM_INIT_OUT_ARGS outArgs{};
2626

2727
inArgs.ClientType = GMM_CLIENT::GMM_OCL_VISTA;
2828
inArgs.pGtSysInfo = &hwInfo->gtSystemInfo;

0 commit comments

Comments
 (0)