mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-mgw.git
synced 2025-11-11 17:35:48 +00:00
[mgcp] Set the right variable back to NULL
This commit is contained in:
@@ -732,7 +732,7 @@ void mgcp_free_endp(struct mgcp_endpoint *endp)
|
|||||||
|
|
||||||
if (endp->local_options) {
|
if (endp->local_options) {
|
||||||
talloc_free(endp->local_options);
|
talloc_free(endp->local_options);
|
||||||
endp->callid = NULL;
|
endp->local_options = NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!endp->cfg->early_bind) {
|
if (!endp->cfg->early_bind) {
|
||||||
|
|||||||
Reference in New Issue
Block a user