X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=fapi_5g%2Fsource%2Fnr5g_fapi.c;h=78133e31baadc2ea0a83582837b2e1bf0e603906;hb=2de97529a4c5a1922214ba0e6f0fb84cacbd0bc7;hp=bfcb606c92fb707d6a18d7c08c8b1c2d66d2435a;hpb=9d66fca5c45c8b3e0d6eab6d51a90c8e9d2614dc;p=o-du%2Fphy.git diff --git a/fapi_5g/source/nr5g_fapi.c b/fapi_5g/source/nr5g_fapi.c index bfcb606..78133e3 100644 --- a/fapi_5g/source/nr5g_fapi.c +++ b/fapi_5g/source/nr5g_fapi.c @@ -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; }