Attention is currently required from: daniel, osmith, pespin.
1 comment:
File src/core/logging_gsmtap.c:
Patch Set #4, Line 77: msgb_alloc_c
In pseudotalloc the context pointer is actually not used, so it doesn't really matter.
Well, embedded does not always imply pseudotalloc. We do enable pseudotalloc implicitly when configured with `--enable-embedded`. But the user may still want an embedded build to use full-blown talloc, e.g. for debugging memleaks. This should be possible with `--enable-embedded --enable-pseudotalloc=no`.
To view, visit change 41865. To unsubscribe, or for help writing mail filters, visit settings.