Attention is currently required from: fixeria.
1 comment:
File src/host/trxcon/src/trx_if.c:
it's safe to osmo_timer_del() directly, you don't need to safe-guard with the check. The first step in osmo_timer_del is exactly that active check... Think of it as a free(NULL) situation. less bloat in the code if caller doesn't have to check.
To view, visit change 28677. To unsubscribe, or for help writing mail filters, visit settings.