• Robert Schmidt's avatar
    RU: stop RF after all threads finished · 968d28d5
    Robert Schmidt authored
    If we do not stop RF after all threads, it can happen that the RF is
    finished, but another thread of the RU (e.g., reorder thread) tries to
    send out a package to the RF. This can lead to a segfault, as observed
    in UHD, because we free all resources before reusing them.
    
    This commit fixes this behavior.
    968d28d5
nr-ru.c 85.7 KB