X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?p=o-du%2Fphy.git;a=blobdiff_plain;f=fapi_5g%2Fsource%2Fnr5g_fapi.c;fp=fapi_5g%2Fsource%2Fnr5g_fapi.c;h=78133e31baadc2ea0a83582837b2e1bf0e603906;hp=bfcb606c92fb707d6a18d7c08c8b1c2d66d2435a;hb=2de97529a4c5a1922214ba0e6f0fb84cacbd0bc7;hpb=81a09690b36b3a4e89b4dae34f30933de13f7f90 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; }