diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ntc_app_plug.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ntc_app_plug.cpp b/src/ntc_app_plug.cpp index 96d64e6..5f26943 100644 --- a/src/ntc_app_plug.cpp +++ b/src/ntc_app_plug.cpp @@ -624,6 +624,7 @@ int NTC_APP_PLUG_INIT() int max_thread_num = get_thread_count(); g_ntc_app_plug.lhash_handle = (MESA_htable_handle *)calloc(max_thread_num, sizeof(MESA_htable_handle)); + memset(&args, 0, sizeof(args)); args.thread_safe = 0; args.recursive = 0; args.hash_slot_size = 8192; |
