[mgcp] Set the right variable back to NULL

This commit is contained in:
Holger Hans Peter Freyther 2010-03-01 18:52:04 +01:00
parent 1ebad74377
commit 88c6eeaa7d
1 changed files with 1 additions and 1 deletions

View File

@ -732,7 +732,7 @@ void mgcp_free_endp(struct mgcp_endpoint *endp)
if (endp->local_options) {
talloc_free(endp->local_options);
endp->callid = NULL;
endp->local_options = NULL;
}
if (!endp->cfg->early_bind) {