Attention is currently required from: pespin.
1 comment:
File src/host/trxcon/src/trxcon.c:
Patch Set #7, Line 392: l1c->log_prefix = talloc_strdup(l1c, trxcon->log_prefix);
just to be sure, is it possible that there may be a leak here? osmo_talloc_replace?
trxcon->log_prefix is a chunk that belongs to trxcon (parent context). Whenever we free() trxcon, trxcon->log_prefix gets free()d too. There should not be memleak here.
To view, visit change 28756. To unsubscribe, or for help writing mail filters, visit settings.