minor fix

This commit is contained in:
Nikita Smith
2026-04-20 15:28:12 -07:00
committed by Ryan Fleury
parent fda0a9751b
commit 8cf14b5acb
+1 -1
View File
@@ -203,7 +203,7 @@ THREAD_POOL_TASK_FUNC(lnk_read_type_servers_task)
goto exit;
}
MSF_StreamNumber type_streams[CV_TypeIndexSource_COUNT] = {};
MSF_StreamNumber type_streams[CV_TypeIndexSource_COUNT] = {0};
type_streams[CV_TypeIndexSource_TPI] = PDB_FixedStream_Tpi;
type_streams[CV_TypeIndexSource_IPI] = PDB_FixedStream_Ipi;