<p>Pau Espin Pedrol has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/10482">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">msc: Set talloc ctx for osmo_signal structures<br><br>Otherwise they end up in the NULL ctx.<br><br>Depends: libosmocore Change-Id Id58ca18eb826b8f4183a7cf0dbb2b38cba702a09<br><br>Change-Id: I5d5b456eb85fbdb0ca2140c56ebf3d207b4a0bba<br>---<br>M src/osmo-msc/msc_main.c<br>1 file changed, 1 insertion(+), 0 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/osmo-msc refs/changes/82/10482/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/osmo-msc/msc_main.c b/src/osmo-msc/msc_main.c</span><br><span>index 1a10278..f87a95e 100644</span><br><span>--- a/src/osmo-msc/msc_main.c</span><br><span>+++ b/src/osmo-msc/msc_main.c</span><br><span>@@ -530,6 +530,7 @@</span><br><span>   msc_vty_info.tall_ctx = tall_msc_ctx;</span><br><span> </span><br><span>    msgb_talloc_ctx_init(tall_msc_ctx, 0);</span><br><span style="color: hsl(120, 100%, 40%);">+        osmo_signal_talloc_ctx_init(tall_msc_ctx);</span><br><span>   tall_gsms_ctx = talloc_named_const(tall_msc_ctx, 0, "sms");</span><br><span>        tall_call_ctx = talloc_named_const(tall_msc_ctx, 0, "gsm_call");</span><br><span>   tall_trans_ctx = talloc_named_const(tall_msc_ctx, 0, "transaction");</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/10482">change 10482</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://gerrit.osmocom.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://gerrit.osmocom.org/10482"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: osmo-msc </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>
<div style="display:none"> Gerrit-Change-Id: I5d5b456eb85fbdb0ca2140c56ebf3d207b4a0bba </div>
<div style="display:none"> Gerrit-Change-Number: 10482 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Pau Espin Pedrol <pespin@sysmocom.de> </div>