O-RAN E Maintenance Release contribution for ODULOW
[o-du/phy.git] / fapi_5g / source / nr5g_fapi.c
index bfcb606..78133e3 100644 (file)
@@ -54,6 +54,7 @@ int main(
     nr5g_fapi_dpdk_wait(config);
     pthread_attr_destroy(&config->phy2mac_thread_info.thread_attr);
     pthread_attr_destroy(&config->mac2phy_thread_info.thread_attr);
+    pthread_attr_destroy(&config->urllc_thread_info.thread_attr);
     free(config);
     return 0;
 }