Attention is currently required from: fixeria.
Patch set 8:Code-Review +1
1 comment:
File src/host/trxcon/src/trxcon.c:
Patch Set #7, Line 392: l1c->log_prefix = talloc_strdup(l1c, trxcon->log_prefix);
trxcon->log_prefix is a chunk that belongs to trxcon (parent context). […]
Yeah ok, I meant more memleak if talloc was not used. So, if it could be that l1c->log_prefix is already non null when we assign it here.
To view, visit change 28756. To unsubscribe, or for help writing mail filters, visit settings.