diff --git a/frame/base/bli_gks.c b/frame/base/bli_gks.c index 8904a9e67c..a793eb78d6 100644 --- a/frame/base/bli_gks.c +++ b/frame/base/bli_gks.c @@ -338,6 +338,7 @@ void bli_gks_init_ref_cntx cntx_init_ft f = cntx_ref_init[ id ]; // Initialize the caller's context with reference kernels and related values. + memset( &cntx, 0, sizeof( cntx ) ); f( cntx ); }